Searched refs:SCREEN_PRIV (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Ddarwin.h86 #define SCREEN_PRIV(pScreen) \ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Ddarwin.h87 #define SCREEN_PRIV(pScreen) \ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Ddarwin.h87 #define SCREEN_PRIV(pScreen) \ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Ddarwin.h91 #define SCREEN_PRIV(pScreen) \ macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dxf86VGAarbiterPriv.h52 #define SCREEN_PRIV() ((VGAarbiterScreenPtr) dixLookupPrivate(&(pScreen)->devPrivates, VGAarbiterScreenKey)) macro
54 #define SCREEN_PROLOG(x) (pScreen->x = SCREEN_PRIV()->x)
57 SCREEN_PRIV()->x = pScreen->x; \

Completed in 35 milliseconds