Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/composite/
H A Dcompint.h176 extern DevPrivateKeyRec CompScreenPrivateKeyRec;
178 #define CompScreenPrivateKey (&CompScreenPrivateKeyRec)
H A Dcompinit.c51 DevPrivateKeyRec CompScreenPrivateKeyRec; variable
373 if (!dixRegisterPrivateKey(&CompScreenPrivateKeyRec, PRIVATE_SCREEN, 0)) in compScreenInit()