Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A Ddarwin.h54 extern DevPrivateKeyRec darwinScreenKeyRec;
55 #define darwinScreenKey (&darwinScreenKeyRec)
H A Ddarwin.c118 DevPrivateKeyRec darwinScreenKeyRec; variable
201 if (!dixRegisterPrivateKey(&darwinScreenKeyRec, PRIVATE_SCREEN, 0)) in DarwinScreenInit()