Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/dix/
H A Dprivates.c405 dixRegisterScreenPrivateKey(DevScreenPrivateKey screenKey, ScreenPtr pScreen, in dixRegisterScreenPrivateKey() argument
410 if (!dixRegisterPrivateKey(&screenKey->screenKey, PRIVATE_SCREEN, 0)) in dixRegisterScreenPrivateKey()
412 key = dixGetPrivate(&pScreen->devPrivates, &screenKey->screenKey); in dixRegisterScreenPrivateKey()
426 dixSetPrivate(&pScreen->devPrivates, &screenKey->screenKey, key); in dixRegisterScreenPrivateKey()
433 return dixGetPrivate(&pScreen->devPrivates, &key->screenKey); in _dixGetScreenPrivateKey()
/OK3568_Linux_fs/external/xserver/include/
H A Dprivates.h75 DevPrivateKeyRec screenKey; member