Home
last modified time | relevance | path

Searched refs:present_screen_private_key (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/present/
H A Dpresent_screen.c30 DevPrivateKeyRec present_screen_private_key; variable
211 if (!dixRegisterPrivateKey(&present_screen_private_key, PRIVATE_SCREEN, 0)) in present_screen_register_priv_keys()
234 dixSetPrivate(&screen->devPrivates, &present_screen_private_key, screen_priv); in present_screen_priv_init()
H A Dpresent_priv.h47 extern DevPrivateKeyRec present_screen_private_key;
199 …urn (present_screen_priv_ptr)dixLookupPrivate(&(screen)->devPrivates, &present_screen_private_key); in present_screen_priv()