From 1f876171067c04fc21fccd5a3051f982fd85c0f0 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 21 Oct 2009 19:07:36 +0000 Subject: Updated to xorg-server-1.7.99.1 --- xorg-server/hw/dmx/doc/html/dmxcb_8h.html | 299 ++++++++++++++---------------- 1 file changed, 140 insertions(+), 159 deletions(-) (limited to 'xorg-server/hw/dmx/doc/html/dmxcb_8h.html') diff --git a/xorg-server/hw/dmx/doc/html/dmxcb_8h.html b/xorg-server/hw/dmx/doc/html/dmxcb_8h.html index 78eaf4f3a..cac6d4303 100644 --- a/xorg-server/hw/dmx/doc/html/dmxcb_8h.html +++ b/xorg-server/hw/dmx/doc/html/dmxcb_8h.html @@ -6,195 +6,176 @@ - -
Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals
+ + +

dmxcb.h File Reference

-

-Go to the source code of this file. - - - - - - - - - - - - - - - - +

Go to the source code of this file.

+

Enumerations

enum  DMXRecomputeFlag

Functions

void dmxSetWidthHeight (int width, int height)
void dmxComputeWidthHeight (DMXRecomputeFlag flag)
void dmxConnectionBlockCallback (void)

Variables

int dmxGlobalWidth
int dmxGlobalHeight
+ + + + + + + + +

Enumerations

enum  DMXRecomputeFlag { DMX_RECOMPUTE_BOUNDING_BOX, +DMX_NO_RECOMPUTE_BOUNDING_BOX + }

Functions

void dmxSetWidthHeight (int width, int height)
void dmxComputeWidthHeight (DMXRecomputeFlag flag)
void dmxConnectionBlockCallback (void)

Variables

int dmxGlobalWidth
int dmxGlobalHeight
-


Detailed Description

-Header file for connection block functions.
See also:
dmxcb.c.
-

Enumeration Type Documentation

-

- - - - + +
+

dmxComputeWidthHeight can either recompute the global bounding box or not.

+
Enumerator:
- +

Detailed Description

+

Header file for connection block functions.

+
See also:
dmxcb.c.
+

Enumeration Type Documentation

+ +
+
+
- +
enum DMXRecomputeFlag + enum DMXRecomputeFlag
-
+ +
DMX_RECOMPUTE_BOUNDING_BOX  +
DMX_NO_RECOMPUTE_BOUNDING_BOX  +
- - - - - -
-   - + + -

-dmxComputeWidthHeight can either recompute the global bounding box or not.

-


Function Documentation

-

- - - - -
- + + +

Function Documentation

+ +
+
+
- - - - - - + + + + + + -
void dmxComputeWidthHeight DMXRecomputeFlag  flag  ) void dmxComputeWidthHeight (DMXRecomputeFlag  flag ) 
-
- - - - - -
-   - + +
+

Computes the global bounding box for DMX. This may be larger than the one computed by Xinerama because of the DMX configuration file.

-

-Computes the global bounding box for DMX. This may be larger than the one computed by Xinerama because of the DMX configuration file.

-

- - - - -
- +

References DMX_NO_RECOMPUTE_BOUNDING_BOX, DMX_RECOMPUTE_BOUNDING_BOX, dmxGlobalHeight, dmxGlobalWidth, dmxInfo, dmxLog(), dmxNumScreens, dmxScreens, _DMXScreenInfo::rootXOrigin, _DMXScreenInfo::rootYOrigin, _DMXScreenInfo::scrnHeight, and _DMXScreenInfo::scrnWidth.

+ +

Referenced by dmxAdjustCursorBoundaries(), and InitOutput().

+ + + + +
+
+
- - - - - - + + + + + + -
void dmxConnectionBlockCallback void   ) void dmxConnectionBlockCallback (void  ) 
-
- - - - - -
-   - + +
+

A callback routine that hooks into Xinerama and provides a convenient place to print summary log information during server startup. This routine does not modify any values.

-

-A callback routine that hooks into Xinerama and provides a convenient place to print summary log information during server startup. This routine does not modify any values.

-

- - - - -
- +

References _DMXScreenInfo::beDefVisualIndex, _DMXScreenInfo::beDisplay, _DMXScreenInfo::beVisuals, connBlockScreenStart, dmxError, dmxFatal, dmxGlobalHeight, dmxGlobalWidth, dmxInfo, dmxInputLogDevices(), dmxLog(), dmxLogVisual(), and dmxScreens.

+ +

Referenced by dmxAdjustCursorBoundaries(), and InitOutput().

+ + + + +
+
+
- - - - + + + + + - - - + + - - + + -
void dmxSetWidthHeight int  width, void dmxSetWidthHeight (int  width,
int  heightint  height 
)
-
- - - - - -
-   - + +
+

We may want the wall dimensions to be different from the bounding box dimensions that Xinerama computes, so save those and update them here.

-

-We may want the wall dimensions to be different from the bounding box dimensions that Xinerama computes, so save those and update them here.

-


Variable Documentation

-

- - - - -
- +

References dmxGlobalHeight, and dmxGlobalWidth.

+ +

Referenced by dmxConfigCopyData().

+ + + +

Variable Documentation

+ +
+
+
- +
int dmxGlobalHeight + int dmxGlobalHeight
-
- - - - - -
-   - + +
-

-The cursor position, in global coordinates.

-

- - - - -
- +

Referenced by dmxComputeWidthHeight(), dmxConnectionBlockCallback(), dmxConsoleComputeWidthHeight(), dmxCoreMotion(), dmxGetDesktopAttributes(), and dmxSetWidthHeight().

+ + + + +
+
+
- +
int dmxGlobalWidth + int dmxGlobalWidth
-
- - - - - -
-   - + +
+

The cursor position, in global coordinates.

-

-The cursor position, in global coordinates.

+

Referenced by dmxComputeWidthHeight(), dmxConnectionBlockCallback(), dmxConsoleComputeWidthHeight(), dmxCoreMotion(), dmxGetDesktopAttributes(), and dmxSetWidthHeight().

+ +
+ +
-- cgit v1.2.3