Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/miext/shadow/
H A Dshadow.c39 static DevPrivateKeyRec shadowScrPrivateKeyRec; variable
40 #define shadowScrPrivateKey (&shadowScrPrivateKeyRec)
119 if (!dixRegisterPrivateKey(&shadowScrPrivateKeyRec, PRIVATE_SCREEN, 0)) in shadowSetup()