Searched refs:rootlessWindowPrivateKeyRec (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A DrootlessCommon.h63 extern DevPrivateKeyRec rootlessWindowPrivateKeyRec;
64 #define rootlessWindowPrivateKey (&rootlessWindowPrivateKeyRec)
H A DrootlessScreen.c67 DevPrivateKeyRec rootlessWindowPrivateKeyRec; variable in typeref:typename:DevPrivateKeyRec
639 if (!dixRegisterPrivateKey(&rootlessWindowPrivateKeyRec, PRIVATE_WINDOW, 0))
H A DrootlessCommon.c91 if (!dixPrivateKeyRegistered(&rootlessWindowPrivateKeyRec))
/xsrc/external/mit/xorg-server/dist/miext/rootless/
H A DrootlessCommon.h63 extern DevPrivateKeyRec rootlessWindowPrivateKeyRec;
65 #define rootlessWindowPrivateKey (&rootlessWindowPrivateKeyRec)
H A DrootlessScreen.c61 DevPrivateKeyRec rootlessWindowPrivateKeyRec; variable in typeref:typename:DevPrivateKeyRec
627 if (!dixRegisterPrivateKey(&rootlessWindowPrivateKeyRec, PRIVATE_WINDOW, 0))
H A DrootlessCommon.c89 if (!dixPrivateKeyRegistered(&rootlessWindowPrivateKeyRec))

Completed in 21 milliseconds