Searched refs:rootlessScreenPrivateKeyRec (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A DrootlessCommon.h60 extern DevPrivateKeyRec rootlessScreenPrivateKeyRec;
61 #define rootlessScreenPrivateKey (&rootlessScreenPrivateKeyRec)
H A DrootlessScreen.c66 DevPrivateKeyRec rootlessScreenPrivateKeyRec; variable in typeref:typename:DevPrivateKeyRec
637 if (!dixRegisterPrivateKey(&rootlessScreenPrivateKeyRec, PRIVATE_SCREEN, 0))
/xsrc/external/mit/xorg-server/dist/miext/rootless/
H A DrootlessCommon.h59 extern DevPrivateKeyRec rootlessScreenPrivateKeyRec;
61 #define rootlessScreenPrivateKey (&rootlessScreenPrivateKeyRec)
H A DrootlessScreen.c60 DevPrivateKeyRec rootlessScreenPrivateKeyRec; variable in typeref:typename:DevPrivateKeyRec
625 if (!dixRegisterPrivateKey(&rootlessScreenPrivateKeyRec, PRIVATE_SCREEN, 0))

Completed in 5 milliseconds