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 --- .../hw/dmx/doc/html/struct__DMXScreenInfo.html | 2712 +++++++++++--------- 1 file changed, 1516 insertions(+), 1196 deletions(-) (limited to 'xorg-server/hw/dmx/doc/html/struct__DMXScreenInfo.html') diff --git a/xorg-server/hw/dmx/doc/html/struct__DMXScreenInfo.html b/xorg-server/hw/dmx/doc/html/struct__DMXScreenInfo.html index c83d3f0aa..365f3fd4f 100644 --- a/xorg-server/hw/dmx/doc/html/struct__DMXScreenInfo.html +++ b/xorg-server/hw/dmx/doc/html/struct__DMXScreenInfo.html @@ -6,1316 +6,1636 @@ - -
Main Page | Alphabetical List | Data Structures | File List | Data Fields | Globals
-

_DMXScreenInfo Struct Reference

#include <dmx.h> -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + +
+

_DMXScreenInfo Struct Reference

+

#include <dmx.h>

+

Data Fields

const char * name
int index
Display * beDisplay
int beWidth
int beHeight
int beDepth
int beBPP
int beXDPI
int beYDPI
int beNumDepths
int * beDepths
int beNumPixmapFormats
XPixmapFormatValues * bePixmapFormats
int beNumVisuals
XVisualInfo * beVisuals
int beDefVisualIndex
int beNumDefColormaps
Colormap * beDefColormaps
Pixel beBlackPixel
Pixel beWhitePixel
Window scrnWin
int scrnX
int scrnY
int scrnWidth
int scrnHeight
int scrnXSign
int scrnYSign
Drawable scrnDefDrawables [MAXFORMATS]
_DMXScreenInfonext
_DMXScreenInfoover
Window rootWin
int rootX
int rootY
int rootWidth
int rootHeight
int rootXOrigin
int rootYOrigin
void * shadow
XlibGC shadowGC
XImage * shadowFBImage
int shared
PositionType where
int whereX
int whereY
int whereRefScreen
int savedTimeout
int dpmsCapable
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Data Fields

const char * name
int index
Display * beDisplay
int beWidth
int beHeight
int beDepth
int beBPP
int beXDPI
int beYDPI
int beNumDepths
int * beDepths
int beNumPixmapFormats
XPixmapFormatValues * bePixmapFormats
int beNumVisuals
XVisualInfo * beVisuals
int beDefVisualIndex
int beNumDefColormaps
Colormap * beDefColormaps
Pixel beBlackPixel
Pixel beWhitePixel
Window scrnWin
int scrnX
int scrnY
int scrnWidth
int scrnHeight
int scrnXSign
int scrnYSign
Drawable scrnDefDrawables [MAXFORMATS]
struct _DMXScreenInfonext
struct _DMXScreenInfoover
Window rootWin
int rootX
int rootY
int rootWidth
int rootHeight
int rootXOrigin
int rootYOrigin
void * shadow
XlibGC shadowGC
XImage * shadowFBImage
int shared
Bool WMRunningOnBE
Cursor noCursor
Cursor curCursor
CursorPtr cursor
int cursorVisible
int cursorNotShared
PositionType where
int whereX
int whereY
int whereRefScreen
int savedTimeout
int dpmsCapable
int dpmsEnabled
int dpmsStandby
int dpmsSuspend
int dpmsOff
DMXStatInfostat
Bool needsSync
CloseScreenProcPtr CloseScreen
SaveScreenProcPtr SaveScreen
CreateGCProcPtr CreateGC
CreateWindowProcPtr CreateWindow
DestroyWindowProcPtr DestroyWindow
PositionWindowProcPtr PositionWindow
ChangeWindowAttributesProcPtr ChangeWindowAttributes
RealizeWindowProcPtr RealizeWindow
UnrealizeWindowProcPtr UnrealizeWindow
RestackWindowProcPtr RestackWindow
WindowExposuresProcPtr WindowExposures
CopyWindowProcPtr CopyWindow
ResizeWindowProcPtr ResizeWindow
ReparentWindowProcPtr ReparentWindow
ChangeBorderWidthProcPtr ChangeBorderWidth
GetImageProcPtr GetImage
GetSpansProcPtr GetSpans
CreatePixmapProcPtr CreatePixmap
DestroyPixmapProcPtr DestroyPixmap
BitmapToRegionProcPtr BitmapToRegion
RealizeFontProcPtr RealizeFont
UnrealizeFontProcPtr UnrealizeFont
CreateColormapProcPtr CreateColormap
DestroyColormapProcPtr DestroyColormap
InstallColormapProcPtr InstallColormap
StoreColorsProcPtr StoreColors
SetShapeProcPtr SetShape
CreatePictureProcPtr CreatePicture
DestroyPictureProcPtr DestroyPicture
ChangePictureClipProcPtr ChangePictureClip
DestroyPictureClipProcPtr DestroyPictureClip
ChangePictureProcPtr ChangePicture
ValidatePictureProcPtr ValidatePicture
CompositeProcPtr Composite
GlyphsProcPtr Glyphs
CompositeRectsProcPtr CompositeRects
InitIndexedProcPtr InitIndexed
CloseIndexedProcPtr CloseIndexed
UpdateIndexedProcPtr UpdateIndexed
TrapezoidsProcPtr Trapezoids
TrianglesProcPtr Triangles
TriStripProcPtr TriStrip
TriFanProcPtr TriFan
+


Detailed Description

+

Global structure containing information about each backend screen.

+

Field Documentation

+ +
+
+ + + + +
Pixel _DMXScreenInfo::beBlackPixel
+
+
+

Default black pixel for BE

+ +

Referenced by dmxBEScreenInit(), and dmxGetColormaps().

+ +
+
+ +
+
+ + + + +
int _DMXScreenInfo::beBPP
+
+ +
+ +
+
+ + + + +
Colormap* _DMXScreenInfo::beDefColormaps
+
+
+

Default colormaps for DMX server

+ +

Referenced by dmxBECloseScreen(), dmxBEScreenInit(), dmxColormapFromDefaultVisual(), and dmxGetColormaps().

+ +
+
+ +
+ + +
+ +
+
+ + + + +
int _DMXScreenInfo::beDepth
+
+ +
+ +
+
+ + + + +
int* _DMXScreenInfo::beDepths
+
+ +
+ +
+
+ + + + +
Display* _DMXScreenInfo::beDisplay
+
+
+

Back-end X server's display

+ +

Referenced by _dmxDPMSInit(), _dmxMoveCursor(), _dmxRealizeCursor(), _dmxSetCursor(), _dmxUnrealizeCursor(), AbortDDX(), dmxAttachScreen(), dmxBackendCollectEvents(), dmxBackendInitPrivate(), dmxBackendPendingMotionEvent(), dmxBackendTestEvents(), dmxBackendTestMotionEvent(), dmxBECloseScreen(), dmxBECreateColormap(), dmxBECreateCursor(), dmxBECreateGC(), dmxBECreateGlyphSet(), dmxBECreatePixmap(), dmxBECreateWindowTree(), dmxBEDestroyWindow(), dmxBEFreeColormap(), dmxBEFreeCursor(), dmxBEFreeFont(), dmxBEFreeGC(), dmxBEFreeGlyphSet(), dmxBEFreePicture(), dmxBEFreePixmap(), dmxBELoadFont(), dmxBERestorePixmap(), dmxBERestoreRenderGlyph(), dmxBESavePixmap(), dmxBEScreenInit(), dmxBitmapToRegion(), dmxChangeBorderWidth(), dmxChangeClip(), dmxChangeGC(), dmxChangePictureClip(), dmxChangeWindowAttributes(), dmxCheckFontPath(), dmxCheckFontPathElement(), dmxCheckForWM(), dmxCloseScreen(), dmxColormapFromDefaultVisual(), dmxCommonAddEnabledDevice(), dmxCommonRemoveEnabledDevice(), dmxCommonXSelect(), dmxComposite(), dmxCompositeRects(), dmxConnectionBlockCallback(), dmxConsoleDraw(), dmxCopyArea(), dmxCopyGC(), dmxCopyPlane(), dmxCopyWindow(), dmxCreateAndRealizeWindow(), dmxCreateColormap(), dmxCreateGC(), dmxCreateNonRootWindow(), dmxCreatePixmap(), dmxCreateRootWindow(), dmxCreateWindow(), dmxDestroyClip(), dmxDestroyColormap(), dmxDestroyGC(), dmxDestroyPictureClip(), dmxDestroyPixmap(), dmxDetachScreen(), dmxDoCreatePicture(), dmxDoRestackWindow(), dmxDoSetShape(), dmxDoSync(), dmxDPMSInit(), dmxDPMSTerm(), dmxFillPolygon(), dmxFindAlternatePixmap(), dmxFindFormat(), dmxGetColormaps(), dmxGetImage(), dmxGetPixmapFormats(), dmxGetScreenAttribs(), dmxGetVisualInfo(), dmxImageText16(), dmxImageText8(), dmxInputAttachBackend(), dmxInstallColormap(), dmxLookupVisual(), dmxLookupVisualFromID(), dmxOpenDisplay(), dmxPolyArc(), dmxPolyFillArc(), dmxPolyFillRect(), dmxPolylines(), dmxPolyPoint(), dmxPolyRectangle(), dmxPolySegment(), dmxPolyText16(), dmxPolyText8(), dmxPositionWindow(), dmxPrintScreenInfo(), dmxProcRenderAddGlyphs(), dmxProcRenderCompositeGlyphs(), dmxProcRenderCreateGlyphSet(), dmxProcRenderFreeGlyphs(), dmxProcRenderFreeGlyphSet(), dmxProcRenderSetPictureFilter(), dmxProcRenderSetPictureTransform(), dmxPropertyCheckOtherServers(), dmxPropertyCheckOtherWindows(), dmxPropertyDisplay(), dmxPropertyIterate(), dmxPropertySameDisplay(), dmxPropertyWindow(), dmxPutImage(), dmxRealizeFont(), dmxRealizeWindow(), dmxReparentWindow(), dmxResizeRootWindow(), dmxResizeScreenWindow(), dmxResizeWindow(), dmxSaveScreen(), dmxSetFontPath(), dmxSetPixmapFormats(), dmxShadowUpdateProc(), dmxStoreColors(), dmxTrapezoids(), dmxTriangles(), dmxTriFan(), dmxTriStrip(), dmxUnrealizeFont(), dmxUnrealizeWindow(), dmxValidatePicture(), dmxWindowExposures(), and InitOutput().

+ +
+
+ +
+
+ + + + +
int _DMXScreenInfo::beHeight
+
+ +
+ +
+ +
+

Number of default colormaps

+ +

Referenced by dmxBECloseScreen(), dmxColormapFromDefaultVisual(), and dmxGetColormaps().

+ +
+
+ +
+ +
+

Number of depths on BE server

+ +

Referenced by dmxBEScreenInit(), dmxCompareScreens(), dmxGetPixmapFormats(), dmxScreenInit(), and dmxSetPixmapFormats().

+ +
+
+ +
+ + +
+ +
+ + +
+ +
+
+ + + + +
XPixmapFormatValues* _DMXScreenInfo::bePixmapFormats
+
+ +
+ +
+
+ + + + +
XVisualInfo* _DMXScreenInfo::beVisuals
+
+ +
+ +
+
+ + + + +
Pixel _DMXScreenInfo::beWhitePixel
+
+
+

Default white pixel for BE

+ +

Referenced by dmxBEScreenInit(), and dmxGetColormaps().

+ +
+
+ +
+
+ + + + +
int _DMXScreenInfo::beWidth
+
+ +
+ +
+
+ + + + +
int _DMXScreenInfo::beXDPI
+
+
+

Horizontal dots per inch of BE

+ +

Referenced by dmxGetScreenAttribs(), dmxScreenInit(), and dmxUpdateScreenResources().

+ +
+
+ +
+
+ + + + +
int _DMXScreenInfo::beYDPI
+
+
+

Vertical dots per inch of BE

+ +

Referenced by dmxGetScreenAttribs(), and dmxUpdateScreenResources().

+ +
+
+ +
+
+ + + + +
BitmapToRegionProcPtr _DMXScreenInfo::BitmapToRegion
+
+
+ +
+
+ +
+
+ + + + +
ChangeBorderWidthProcPtr _DMXScreenInfo::ChangeBorderWidth
+
+
+ +
+
+ +
+
+ + + + +
ChangePictureProcPtr _DMXScreenInfo::ChangePicture
+
+
+ +
+
+ +
+
+ + + + +
ChangePictureClipProcPtr _DMXScreenInfo::ChangePictureClip
+
+
+ +
+
+ +
+
+ + + + +
ChangeWindowAttributesProcPtr _DMXScreenInfo::ChangeWindowAttributes
+
+
+ +
+
+ +
+
+ + + + +
CloseIndexedProcPtr _DMXScreenInfo::CloseIndexed
+
+
+ +
+
+ +
+
+ + + + +
CloseScreenProcPtr _DMXScreenInfo::CloseScreen
+
+
+

Function pointers to wrapped screen functions

+ +
+
+ +
+
+ + + + +
CompositeProcPtr _DMXScreenInfo::Composite
+
+
+ +
+
+ +
+
+ + + + +
CompositeRectsProcPtr _DMXScreenInfo::CompositeRects
+
+
+ +
+
+ +
+
+ + + + +
CopyWindowProcPtr _DMXScreenInfo::CopyWindow
+
+
+ +
+
+ +
+
+ + + + +
CreateColormapProcPtr _DMXScreenInfo::CreateColormap
+
+
+ +
+
+ +
+
+ + + + +
CreateGCProcPtr _DMXScreenInfo::CreateGC
+
+
+ +
+
+ +
+
+ + + + +
CreatePictureProcPtr _DMXScreenInfo::CreatePicture
+
+
+ +
+
+ +
+
+ + + + +
CreatePixmapProcPtr _DMXScreenInfo::CreatePixmap
+
+
+ +
+
+ +
+
+ + + + +
CreateWindowProcPtr _DMXScreenInfo::CreateWindow
+
+
+ +
+
+ +
+
+ + + + +
Cursor _DMXScreenInfo::curCursor
+
+
-int dpmsEnabled +

Referenced by _dmxSetCursor().

-int dpmsStandby +
+
+ +
+
+ + + + +
CursorPtr _DMXScreenInfo::cursor
+
+ +
+ +
+ + +
+ +
+ +
-CloseScreenProcPtr CloseScreen +

Referenced by _dmxSetCursor(), and dmxMoveCursor().

- -

Detailed Description

-Global structure containing information about each backend screen. -

-


Field Documentation

-

- - - - -
- - -
Pixel _DMXScreenInfo::beBlackPixel -
-
- - - - - -
-   - - -

-Default black pixel for BE

-

- - - - -
- + + + +
+
+
- +
int _DMXScreenInfo::beBPP + DestroyColormapProcPtr _DMXScreenInfo::DestroyColormap
-
- - - - - -
-   - - -

-Bits per pixel of BE display

-

- - - - -
- + +
+ +
+ + +
+
+
- +
Colormap* _DMXScreenInfo::beDefColormaps + DestroyPictureProcPtr _DMXScreenInfo::DestroyPicture
-
- - - - - -
-   - - -

-Default colormaps for DMX server

-

- - - - -
- + +
+ +
+ + +
+
+
- +
int _DMXScreenInfo::beDefVisualIndex + DestroyPictureClipProcPtr _DMXScreenInfo::DestroyPictureClip
-
- - - - - -
-   - - -

-Default visual index of BE

-

- - - - -
- + +
+ +
+ + +
+
+
- +
int _DMXScreenInfo::beDepth + DestroyPixmapProcPtr _DMXScreenInfo::DestroyPixmap
-
- - - - - -
-   - - -

-Depth of BE display

-

- - - - -
- + +
+ +
+ + +
+
+
- +
int* _DMXScreenInfo::beDepths + DestroyWindowProcPtr _DMXScreenInfo::DestroyWindow
-
- - - - - -
-   - - -

-Depths from BE server

-

- - - - -
- + +
+ +
+ + +
+
+
- +
Display* _DMXScreenInfo::beDisplay + int _DMXScreenInfo::dpmsCapable
-
- - - - - -
-   - - -

-Back-end X server's display

-

- - - - -
- + +
+

Non-zero if backend is DPMS capable

+ +

Referenced by _dmxDPMSInit(), and dmxDPMSTerm().

+ +
+ + +
+
+
- +
int _DMXScreenInfo::beHeight + int _DMXScreenInfo::dpmsEnabled
-
- - - - - -
-   - - -

-Height of BE display

-

- - - - -
- + +
+

Non-zero if DPMS enabled

+ +

Referenced by _dmxDPMSInit(), and dmxDPMSTerm().

+ +
+ + +
+
+
- +
int _DMXScreenInfo::beNumDefColormaps + int _DMXScreenInfo::dpmsOff
-
- - - - - -
-   - - -

-Number of default colormaps

-

- - - - -
- + +
+

Original DPMS off value

+ +

Referenced by _dmxDPMSInit(), and dmxDPMSTerm().

+ +
+ + +
+
+
- +
int _DMXScreenInfo::beNumDepths + int _DMXScreenInfo::dpmsStandby
-
- - - - - -
-   - - -

-Number of depths on BE server

-

- - - - -
- + +
+

Original DPMS standby value

+ +

Referenced by _dmxDPMSInit(), and dmxDPMSTerm().

+ +
+ + +
+
+
- +
int _DMXScreenInfo::beNumPixmapFormats + int _DMXScreenInfo::dpmsSuspend
-
- - - - - -
-   - - -

-Number of pixmap formats on BE

-

- - - - -
- + +
+

Original DPMS suspend value

+ +

Referenced by _dmxDPMSInit(), and dmxDPMSTerm().

+ +
+ + +
+
+
- +
int _DMXScreenInfo::beNumVisuals + GetImageProcPtr _DMXScreenInfo::GetImage
-
- - - - - -
-   - - -

-Number of visuals on BE

-

- - - - -
- + +
+ +
+ + +
+
+
- +
XPixmapFormatValues* _DMXScreenInfo::bePixmapFormats + GetSpansProcPtr _DMXScreenInfo::GetSpans
-
- - - - - -
-   - - -

-Pixmap formats on BE

-

- - - - -
- + +
+ +
+ + +
+
+
- +
XVisualInfo* _DMXScreenInfo::beVisuals + GlyphsProcPtr _DMXScreenInfo::Glyphs
-
- - - - - -
-   - - -

-Visuals from BE server

-

- - - - -
- + +
+ +
+ + +
+
+
- +
Pixel _DMXScreenInfo::beWhitePixel + int _DMXScreenInfo::index
-
- - - - - -
-   - - -

-Default white pixel for BE

-

- - - - -
- + + + + +
+
+
- +
int _DMXScreenInfo::beWidth + InitIndexedProcPtr _DMXScreenInfo::InitIndexed
-
- - - - - -
-   - - -

-Width of BE display

-

- - - - -
- + +
+ +
+ + +
+
+
- +
int _DMXScreenInfo::beXDPI + InstallColormapProcPtr _DMXScreenInfo::InstallColormap
-
- - - - - -
-   - - -

-Horizontal dots per inch of BE

-

- - - - -
- + +
+ +
+ + +
+
+
- +
int _DMXScreenInfo::beYDPI + const char* _DMXScreenInfo::name
-
- - - - - -
-   - - -

-Vertical dots per inch of BE

-

- - - - -
- + + + + +
+
+
- +
CloseScreenProcPtr _DMXScreenInfo::CloseScreen + Bool _DMXScreenInfo::needsSync
-
- - - - - -
-   - - -

-Function pointers to wrapped screen functions

-

- - - - -
- + +
+

True if an XSync is pending

+ +

Referenced by dmxDoSync(), dmxSync(), and dmxSyncCallback().

+ +
+ + +
+
+
- +
int _DMXScreenInfo::dpmsCapable + struct _DMXScreenInfo* _DMXScreenInfo::next [read]
-
- - - - - -
-   - - -

-Non-zero if backend is DPMS capable

-

- - - - -
- + +
+

List of "screens" on same display

+ +

Referenced by dmxPropertyIterate(), and dmxPropertyWindow().

+ +
+ + +
+
+
- +
int _DMXScreenInfo::dpmsEnabled + Cursor _DMXScreenInfo::noCursor
-
- - - - - -
-   - - -

-Non-zero if DPMS enabled

-

- - - - -
- + + + + +
+
+
- +
int _DMXScreenInfo::dpmsOff + struct _DMXScreenInfo* _DMXScreenInfo::over [read]
-
- - - - - -
-   - - -

-Original DPMS off value

-

- - - - -
- + + + + +
+
+
- +
int _DMXScreenInfo::dpmsStandby + PositionWindowProcPtr _DMXScreenInfo::PositionWindow
-
- - - - - -
-   - - -

-Original DPMS standby value

-

- - - - -
- + +
+ +
+ + +
+
+
- +
int _DMXScreenInfo::dpmsSuspend + RealizeFontProcPtr _DMXScreenInfo::RealizeFont
-
- - - - - -
-   - - -

-Original DPMS suspend value

-

- - - - -
- + +
+ +
+ + +
+
+
- +
int _DMXScreenInfo::index + RealizeWindowProcPtr _DMXScreenInfo::RealizeWindow
-
- - - - - -
-   - - -

-Index into dmxScreens global

-

- - - - -
- + +
+ +
+ + +
+
+
- +
const char* _DMXScreenInfo::name + ReparentWindowProcPtr _DMXScreenInfo::ReparentWindow
-
- - - - - -
-   - - -

-Name from command line or config file

-

- - - - -
- + +
+ +
+ + +
+
+
- +
Bool _DMXScreenInfo::needsSync + ResizeWindowProcPtr _DMXScreenInfo::ResizeWindow
-
- - - - - -
-   - - -

-True if an XSync is pending

-

- - - - -
- + +
+ +
+ + +
+
+
- +
struct _DMXScreenInfo* _DMXScreenInfo::next + RestackWindowProcPtr _DMXScreenInfo::RestackWindow
-
- - - - - -
-   - - -

-List of "screens" on same display

-

- - - - -
- + +
+ +
+ + +
+
+
- +
struct _DMXScreenInfo* _DMXScreenInfo::over + int _DMXScreenInfo::rootHeight
-
- - - - - -
-   - - -

-List of "screens" that overlap

-

- - - - -
- + + + + +
+
+
- +
int _DMXScreenInfo::rootHeight + int _DMXScreenInfo::rootWidth
-
- - - - - -
-   - - -

-Height of "root" window

-

- - - - -
- + + + + +
+
+
- +
int _DMXScreenInfo::rootWidth + Window _DMXScreenInfo::rootWin
-
- - - - - -
-   - - -

-Width of "root" window

-

- - - - -
- + +
+

"Root" window on backend display

+ +

Referenced by dmxBECreateWindowTree(), and dmxCreateWindow().

+ +
+ + +
+
+
- +
Window _DMXScreenInfo::rootWin + int _DMXScreenInfo::rootX
-
- - - - - -
-   - - -

-"Root" window on backend display

-

- - - - -
- + + + + +
+
+
- +
int _DMXScreenInfo::rootX + int _DMXScreenInfo::rootXOrigin
-
- - - - - -
-   - - -

-X offset of "root" window WRT "screen"

-

- - - - -
- + + + + +
+
+
- +
int _DMXScreenInfo::rootXOrigin + int _DMXScreenInfo::rootY
-
- - - - - -
-   - - -

-Global X origin of "root" window

-

- - - - -
- + + + + +
+
+
- +
int _DMXScreenInfo::rootY + int _DMXScreenInfo::rootYOrigin
-
- - - - - -
-   - - -

-Y offset of "root" window WRT "screen"

-

- - - - -
- + + + + +
+
+
- +
int _DMXScreenInfo::rootYOrigin + int _DMXScreenInfo::savedTimeout
-
- - - - - -
-   - - -

-Global Y origin of "root" window

-

- - - - -
- + +
+

Original screen saver timeout

+ +

Referenced by dmxDPMSInit(), and dmxDPMSTerm().

+ +
+ + +
+
+
- +
int _DMXScreenInfo::savedTimeout + SaveScreenProcPtr _DMXScreenInfo::SaveScreen
-
- - - - - -
-   - - -

-Original screen saver timeout

-

- - - - -
- + +
+ +
+ + +
+
+
- +
Drawable _DMXScreenInfo::scrnDefDrawables[MAXFORMATS] + Drawable _DMXScreenInfo::scrnDefDrawables[MAXFORMATS]
-
- - - - - -
-   - - -

-Default drawables for "screen"

-

- - - - -
- + +
+

Default drawables for "screen"

+ +

Referenced by dmxBECloseScreen(), dmxBECreateCursor(), dmxBECreateGC(), dmxBERestorePixmap(), and dmxBEScreenInit().

+ +
+ + +
+
+
- +
int _DMXScreenInfo::scrnHeight + int _DMXScreenInfo::scrnHeight
-
- - - - - -
-   - - -

-Height of "screen"

-

- - - - -
- + + + + +
+
+
- +
int _DMXScreenInfo::scrnWidth + int _DMXScreenInfo::scrnWidth
-
- - - - - -
-   - - -

-Width of "screen"

-

- - - - -
- + + + + +
+
+
- +
Window _DMXScreenInfo::scrnWin + Window _DMXScreenInfo::scrnWin
-
- - - - - -
-   - - -

-"Screen" window on backend display

-

- - - - -
- + + + + +
+
+
- +
int _DMXScreenInfo::scrnX + int _DMXScreenInfo::scrnX
-
- - - - - -
-   - - -

-X offset of "screen" WRT BE display

-

- - - - -
- + + + + +
+
+
- +
int _DMXScreenInfo::scrnXSign + int _DMXScreenInfo::scrnXSign
-
- - - - - -
-   - - -

-X offset sign of "screen"

-

- - - - -
- + +
+

X offset sign of "screen"

+ +

Referenced by dmxConfigAddDisplay(), and dmxGetScreenAttribs().

+ +
+ + +
+
+
- +
int _DMXScreenInfo::scrnY + int _DMXScreenInfo::scrnY
-
- - - - - -
-   - - -

-Y offset of "screen" WRT BE display

-

- - - - -
- + + + + +
+
+
- +
int _DMXScreenInfo::scrnYSign + int _DMXScreenInfo::scrnYSign
-
- - - - - -
-   - - -

-Y offset sign of "screen"

-

- - - - -
- + +
+

Y offset sign of "screen"

+ +

Referenced by dmxConfigAddDisplay(), and dmxGetScreenAttribs().

+ +
+ + +
+
+
- +
void* _DMXScreenInfo::shadow + SetShapeProcPtr _DMXScreenInfo::SetShape
-
- - - - - -
-   - - -

-Shadow framebuffer data (if enabled)

-

- - - - -
- + +
+ +
+ + +
+
+
- +
XImage* _DMXScreenInfo::shadowFBImage + void* _DMXScreenInfo::shadow
-
- - - - - -
-   - - -

-Screen image used by shadow FB code

-

- - - - -
- + +
+

Shadow framebuffer data (if enabled)

+ +

Referenced by dmxBEScreenInit(), dmxCloseScreen(), and dmxScreenInit().

+ +
+ + +
+
+
- +
XlibGC _DMXScreenInfo::shadowGC + XImage* _DMXScreenInfo::shadowFBImage
-
- - - - - -
-   - - -

-Default GC used by shadow FB code

-

- - - - -
- + +
+

Screen image used by shadow FB code

+ +

Referenced by dmxBECloseScreen(), dmxBEScreenInit(), and dmxShadowUpdateProc().

+ +
+ + +
+
+
- +
int _DMXScreenInfo::shared + XlibGC _DMXScreenInfo::shadowGC
-
- - - - - -
-   - - -

-Non-zero if another Xdmx is running

-

- - - - -
- + +
+

Default GC used by shadow FB code

+ +

Referenced by dmxBECloseScreen(), dmxBEScreenInit(), and dmxShadowUpdateProc().

+ +
+ + +
+
+
- +
DMXStatInfo* _DMXScreenInfo::stat + int _DMXScreenInfo::shared
-
- - - - - -
-   - - -

-Statistics about XSync

-

- - - - -
- + +
+

Non-zero if another Xdmx is running

+ +

Referenced by dmxPropertyDisplay().

+ +
+ + +
+
+
- +
PositionType _DMXScreenInfo::where + DMXStatInfo* _DMXScreenInfo::stat
-
- - - - - -
-   - - -

-Relative layout information

-

- - - - -
- + +
+

Statistics about XSync

+ +

Referenced by dmxConfigAddDisplay(), dmxStatCallback(), dmxStatSync(), and InitOutput().

+ +
+ + +
+
+
- +
int _DMXScreenInfo::whereRefScreen + StoreColorsProcPtr _DMXScreenInfo::StoreColors
-
- - - - - -
-   - - -

-Relative layout information

-

- - - - -
- + +
+ +
+ + +
+
+
- +
int _DMXScreenInfo::whereX + TrapezoidsProcPtr _DMXScreenInfo::Trapezoids
-
- - - - - -
-   - - -

-Relative layout information

-

- - - - -
- + +
+ +
+ + +
+
+
- +
int _DMXScreenInfo::whereY + TrianglesProcPtr _DMXScreenInfo::Triangles
-
- - - - - -
-   - - -

-Relative layout information

-


The documentation for this struct was generated from the following file: +
+
+ +
+
+ +
+
+ + + + +
TriFanProcPtr _DMXScreenInfo::TriFan
+
+
+ +
+
+ +
+
+ + + + +
TriStripProcPtr _DMXScreenInfo::TriStrip
+
+
+ +
+
+ +
+
+ + + + +
UnrealizeFontProcPtr _DMXScreenInfo::UnrealizeFont
+
+
+ +
+
+ +
+
+ + + + +
UnrealizeWindowProcPtr _DMXScreenInfo::UnrealizeWindow
+
+
+ +
+
+ +
+
+ + + + +
UpdateIndexedProcPtr _DMXScreenInfo::UpdateIndexed
+
+
+ +
+
+ +
+
+ + + + +
ValidatePictureProcPtr _DMXScreenInfo::ValidatePicture
+
+
+ +
+
+ +
+ + +
+ +
+ + +
+ +
+
+ + + + +
int _DMXScreenInfo::whereX
+
+ +
+ +
+
+ + + + +
int _DMXScreenInfo::whereY
+
+ +
+ +
+
+ + + + +
WindowExposuresProcPtr _DMXScreenInfo::WindowExposures
+
+
+ +
+
+ +
+ +
+ +

Referenced by dmxCheckForWM(), and dmxPrintScreenInfo().

+ +
+
+
The documentation for this struct was generated from the following file: +
-- cgit v1.2.3