Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xquartz/xpr/
H A DxprCursor.c59 static DevPrivateKeyRec darwinCursorScreenKeyRec; variable
60 #define darwinCursorScreenKey (&darwinCursorScreenKeyRec)
350 if (!dixRegisterPrivateKey(&darwinCursorScreenKeyRec, PRIVATE_SCREEN, 0)) in QuartzInitCursor()