Searched refs:screenKey (Results 1 – 2 of 2) sorted by relevance
405 dixRegisterScreenPrivateKey(DevScreenPrivateKey screenKey, ScreenPtr pScreen, in dixRegisterScreenPrivateKey() argument410 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()
75 DevPrivateKeyRec screenKey; member