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/dmxscrinit_8h.html | 244 ++++++++++++------------- 1 file changed, 118 insertions(+), 126 deletions(-) (limited to 'xorg-server/hw/dmx/doc/html/dmxscrinit_8h.html') diff --git a/xorg-server/hw/dmx/doc/html/dmxscrinit_8h.html b/xorg-server/hw/dmx/doc/html/dmxscrinit_8h.html index 72415ef97..66fbebc19 100644 --- a/xorg-server/hw/dmx/doc/html/dmxscrinit_8h.html +++ b/xorg-server/hw/dmx/doc/html/dmxscrinit_8h.html @@ -6,167 +6,159 @@ - -
Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals
-

dmxscrinit.h File Reference

#include "scrnintstr.h"
- -

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

dmxscrinit.h File Reference

#include "scrnintstr.h"
+

Go to the source code of this file.

+

Functions

Bool dmxScreenInit (int idx, ScreenPtr pScreen, int argc, char *argv[])
void dmxBEScreenInit (int idx, ScreenPtr pScreen)
void dmxBECloseScreen (ScreenPtr pScreen)

Variables

int dmxScreenPrivateIndex
+ + + + + +

Functions

Bool dmxScreenInit (int idx, ScreenPtr pScreen, int argc, char *argv[])
void dmxBEScreenInit (int idx, ScreenPtr pScreen)
void dmxBECloseScreen (ScreenPtr pScreen)

Variables

DevPrivateKey dmxScreenPrivateKey
-


Detailed Description

-Interface for screen initialization.
See also:
dmxscrinit.c
-

Function Documentation

-

- - - - -
- +

Detailed Description

+

Interface for screen initialization.

+
See also:
dmxscrinit.c
+

Function Documentation

+ +
+
+
- - - - - - + + + + + + -
void dmxBECloseScreen ScreenPtr  pScreen  ) void dmxBECloseScreen (ScreenPtr  pScreen ) 
-
- - - - - -
-   - + +
+

Close the pScreen resources on the back-end server.

-

-Close the pScreen resources on the back-end server.

-

- - - - -
- +

References _DMXScreenInfo::beDefColormaps, _DMXScreenInfo::beDepths, _DMXScreenInfo::beDisplay, _DMXScreenInfo::beNumDefColormaps, _DMXScreenInfo::beNumPixmapFormats, _DMXScreenInfo::bePixmapFormats, _DMXScreenInfo::beVisuals, dmxDPMSTerm(), dmxScreens, dmxShadowFB, _DMXScreenInfo::noCursor, _DMXScreenInfo::scrnDefDrawables, _DMXScreenInfo::scrnWin, _DMXScreenInfo::shadowFBImage, and _DMXScreenInfo::shadowGC.

+ +

Referenced by dmxCloseScreen(), and dmxDetachScreen().

+ + + + +
+
+
- - - - + + + + + - - - + + - - + + -
void dmxBEScreenInit int  idx, void dmxBEScreenInit (int  idx,
ScreenPtr  pScreenScreenPtr  pScreen 
)
-
- - - - - -
-   - + +
+

Initialize the parts of screen idx that require access to the back-end server.

-

-Initialize the parts of screen idx that require access to the back-end server.

-

- - - - -
- +

References _DMXScreenInfo::beBlackPixel, _DMXScreenInfo::beBPP, _DMXScreenInfo::beDefColormaps, _DMXScreenInfo::beDefVisualIndex, _DMXScreenInfo::beDepth, _DMXScreenInfo::beDepths, _DMXScreenInfo::beDisplay, _DMXScreenInfo::beNumDepths, _DMXScreenInfo::beNumPixmapFormats, _DMXScreenInfo::bePixmapFormats, _DMXScreenInfo::beVisuals, _DMXScreenInfo::beWhitePixel, dmxDPMSInit(), dmxPropertyWindow(), dmxScreens, dmxShadowFB, _DMXScreenInfo::noCursor, _DMXScreenInfo::scrnDefDrawables, _DMXScreenInfo::scrnHeight, _DMXScreenInfo::scrnWidth, _DMXScreenInfo::scrnWin, _DMXScreenInfo::scrnX, _DMXScreenInfo::scrnY, _DMXScreenInfo::shadow, _DMXScreenInfo::shadowFBImage, and _DMXScreenInfo::shadowGC.

+ +

Referenced by dmxAttachScreen(), and dmxScreenInit().

+ + + + +
+
+
- - - - + + + + + - - - + + + - - - + + + - - - + + - - + + -
Bool dmxScreenInit int  idx, Bool dmxScreenInit (int  idx,
ScreenPtr  pScreen, ScreenPtr  pScreen,
int  argc, int  argc,
char *  argv[]char *  argv[] 
)
-
- - - - - -
-   - + +
+

Initialize screen number idx.

-

-Initialize screen number idx.

-


Variable Documentation

-

- - - - -
- +

References _DMXScreenInfo::beBPP, _DMXScreenInfo::beDefVisualIndex, _DMXScreenInfo::beDepths, _DMXScreenInfo::beNumDepths, _DMXScreenInfo::beNumVisuals, _DMXScreenInfo::beVisuals, _DMXScreenInfo::beXDPI, DMX_WRAP, dmxBEScreenInit(), dmxBitmapToRegion(), dmxChangeBorderWidth(), dmxChangeWindowAttributes(), dmxCloseScreen(), dmxCopyWindow(), dmxCreateColormap(), dmxCreateDefColormap(), dmxCreateGC(), dmxCreatePixmap(), dmxCreateWindow(), dmxCursorGeneration, dmxDestroyColormap(), dmxDestroyPixmap(), dmxDestroyWindow(), dmxFontPrivateIndex, dmxGeneration, dmxGetImage(), dmxGetSpans(), dmxInitGC(), dmxInitPixmap(), dmxInitWindow(), dmxInstallColormap(), dmxPictureInit(), dmxPointerCursorFuncs, dmxPointerSpriteFuncs, dmxPositionWindow(), dmxRealizeFont(), dmxRealizeWindow(), dmxReparentWindow(), dmxResizeWindow(), dmxRestackWindow(), dmxSaveScreen(), dmxScreens, dmxSetShape(), dmxShadowFB, dmxShadowUpdateProc(), dmxStoreColors(), dmxUnrealizeFont(), dmxUnrealizeWindow(), dmxWindowExposures(), _DMXScreenInfo::scrnHeight, _DMXScreenInfo::scrnWidth, and _DMXScreenInfo::shadow.

+ +

Referenced by InitOutput().

+ + + +

Variable Documentation

+ +
+
+
- +
int dmxScreenPrivateIndex + DevPrivateKey dmxScreenPrivateKey
-
- - - - - -
-   - + +
+

Private index.

+
See also:
dmxscrrinit.c
+
+input/dmxconcole.c
+

Private index for Screens

-

-Private index for Screens

+

Referenced by dmxCloseConsoleScreen(), and dmxConsoleInit().

+ + + +
-- cgit v1.2.3