From f0abc6f0061255195880cc281f428f4adcf3b33a Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 28 Apr 2010 15:17:20 +0000 Subject: svn merge -r554:HEAD "^/branches/released" . --- xorg-server/hw/dmx/doc/html/dmxcb_8h.html | 190 ------------------------------ 1 file changed, 190 deletions(-) delete mode 100644 xorg-server/hw/dmx/doc/html/dmxcb_8h.html (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 deleted file mode 100644 index cac6d4303..000000000 --- a/xorg-server/hw/dmx/doc/html/dmxcb_8h.html +++ /dev/null @@ -1,190 +0,0 @@ - - - - - File Index - - - - - -
-

dmxcb.h File Reference

-

Go to the source code of this file.

- - - - - - - - - - -

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

- -
-
- - - - -
enum DMXRecomputeFlag
-
-
-

dmxComputeWidthHeight can either recompute the global bounding box or not.

-
Enumerator:
- - -
DMX_RECOMPUTE_BOUNDING_BOX  -
DMX_NO_RECOMPUTE_BOUNDING_BOX  -
-
-
- -
-
-

Function Documentation

- -
-
- - - - - - - - - -
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.

- -

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  ) 
-
-
-

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,
int  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.

- -

References dmxGlobalHeight, and dmxGlobalWidth.

- -

Referenced by dmxConfigCopyData().

- -
-
-

Variable Documentation

- - - -
-
- - - - -
int dmxGlobalWidth
-
- -
-
-
-
- - Generated June 29, 2004 for Distributed Multihead X by - doxygen - 1.3.4. - - - - - -- cgit v1.2.3