Searched defs:cwWindowPrivate (Results 1 - 12 of 12) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dcw.h71 #define cwWindowPrivate(pWindow) ((pWindow)->devPrivates[cwWindowIndex].ptr) macro
72 #define getCwPixmap(pWindow) ((PixmapPtr) cwWindowPrivate(pWindow))
73 #define setCwPixmap(pWindow,pPixmap) (cwWindowPrivate(pWindow) = (pointer) (pPixmap))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dcw.h70 #define cwWindowPrivate(pWindow) ((pWindow)->devPrivates[cwWindowIndex].ptr) macro
71 #define getCwPixmap(pWindow) ((PixmapPtr) cwWindowPrivate(pWindow))
72 #define setCwPixmap(pWindow,pPixmap) (cwWindowPrivate(pWindow) = (pointer) (pPixmap))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/
H A Dcw.h70 #define cwWindowPrivate(pWin) dixLookupPrivate(&(pWin)->devPrivates, cwWindowKey) macro
71 #define getCwPixmap(pWindow) ((PixmapPtr) cwWindowPrivate(pWindow))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/
H A Dcw.h70 #define cwWindowPrivate(pWin) dixLookupPrivate(&(pWin)->devPrivates, cwWindowKey) macro
71 #define getCwPixmap(pWindow) ((PixmapPtr) cwWindowPrivate(pWindow))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/
H A Dcw.h70 #define cwWindowPrivate(pWin) dixLookupPrivate(&(pWin)->devPrivates, cwWindowKey) macro
71 #define getCwPixmap(pWindow) ((PixmapPtr) cwWindowPrivate(pWindow))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dcw.h70 #define cwWindowPrivate(pWin) dixLookupPrivate(&(pWin)->devPrivates, cwWindowKey) macro
71 #define getCwPixmap(pWindow) ((PixmapPtr) cwWindowPrivate(pWindow))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dcw.h74 #define cwWindowPrivate(pWin) dixLookupPrivate(&(pWin)->devPrivates, cwWindowKey) macro
75 #define getCwPixmap(pWindow) ((PixmapPtr) cwWindowPrivate(pWindow))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dcw.h74 #define cwWindowPrivate(pWin) dixLookupPrivate(&(pWin)->devPrivates, cwWindowKey) macro
75 #define getCwPixmap(pWindow) ((PixmapPtr) cwWindowPrivate(pWindow))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dcw.h74 #define cwWindowPrivate(pWin) dixLookupPrivate(&(pWin)->devPrivates, cwWindowKey) macro
75 #define getCwPixmap(pWindow) ((PixmapPtr) cwWindowPrivate(pWindow))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dcw.h74 #define cwWindowPrivate(pWin) dixLookupPrivate(&(pWin)->devPrivates, cwWindowKey) macro
75 #define getCwPixmap(pWindow) ((PixmapPtr) cwWindowPrivate(pWindow))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dcw.h71 #define cwWindowPrivate(pWindow) ((pWindow)->devPrivates[cwWindowIndex].ptr) macro
72 #define getCwPixmap(pWindow) ((PixmapPtr) cwWindowPrivate(pWindow))
73 #define setCwPixmap(pWindow,pPixmap) (cwWindowPrivate(pWindow) = (pointer) (pPixmap))
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dcw.h70 #define cwWindowPrivate(pWindow) ((pWindow)->devPrivates[cwWindowIndex].ptr) macro
71 #define getCwPixmap(pWindow) ((PixmapPtr) cwWindowPrivate(pWindow))
72 #define setCwPixmap(pWindow,pPixmap) (cwWindowPrivate(pWindow) = (pointer) (pPixmap))

Completed in 39 milliseconds