Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/composite/
H A Dcompint.h180 extern DevPrivateKeyRec CompWindowPrivateKeyRec;
182 #define CompWindowPrivateKey (&CompWindowPrivateKeyRec)
H A Dcompinit.c52 DevPrivateKeyRec CompWindowPrivateKeyRec; variable
375 if (!dixRegisterPrivateKey(&CompWindowPrivateKeyRec, PRIVATE_WINDOW, 0)) in compScreenInit()