Searched defs:cwWindowKey (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dcw.h72 #define cwWindowKey (&cwWindowKeyRec) macro
74 #define cwWindowPrivate(pWin) dixLookupPrivate(&(pWin)->devPrivates, cwWindowKey)
77 dixSetPrivate(&(pWindow)->devPrivates, cwWindowKey, pPixmap)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dcw.h72 #define cwWindowKey (&cwWindowKeyRec) macro
74 #define cwWindowPrivate(pWin) dixLookupPrivate(&(pWin)->devPrivates, cwWindowKey)
77 dixSetPrivate(&(pWindow)->devPrivates, cwWindowKey, pPixmap)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dcw.h72 #define cwWindowKey (&cwWindowKeyRec) macro
74 #define cwWindowPrivate(pWin) dixLookupPrivate(&(pWin)->devPrivates, cwWindowKey)
77 dixSetPrivate(&(pWindow)->devPrivates, cwWindowKey, pPixmap)
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dcw.h72 #define cwWindowKey (&cwWindowKeyRec) macro
74 #define cwWindowPrivate(pWin) dixLookupPrivate(&(pWin)->devPrivates, cwWindowKey)
77 dixSetPrivate(&(pWindow)->devPrivates, cwWindowKey, pPixmap)

Completed in 34 milliseconds