Searched defs:present_screen_priv_ptr (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/
H A Dpresent_priv.h98 } present_screen_priv_rec, *present_screen_priv_ptr; typedef in typeref:struct:present_screen_priv
109 static inline present_screen_priv_ptr
112 return (present_screen_priv_ptr)dixLookupPrivate(&(screen)->devPrivates, &present_screen_private_key);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/
H A Dpresent_priv.h98 } present_screen_priv_rec, *present_screen_priv_ptr; typedef in typeref:struct:present_screen_priv
109 static inline present_screen_priv_ptr
112 return (present_screen_priv_ptr)dixLookupPrivate(&(screen)->devPrivates, &present_screen_private_key);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dpresent_priv.h97 } present_screen_priv_rec, *present_screen_priv_ptr; typedef in typeref:struct:present_screen_priv
108 static inline present_screen_priv_ptr
111 return (present_screen_priv_ptr)dixLookupPrivate(&(screen)->devPrivates, &present_screen_private_key);

Completed in 53 milliseconds