Searched refs:XF86XVScreenPrivateKey (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86xv.c113 static DevPrivateKeyRec XF86XVScreenPrivateKey; variable in typeref:typename:DevPrivateKeyRec
121 ((XF86XVScreenPtr)(dixGetPrivate(&pScreen->devPrivates, &XF86XVScreenPrivateKey)))
241 if (!dixRegisterPrivateKey(&XF86XVScreenPrivateKey, PRIVATE_SCREEN, 0))
249 dixSetPrivate(&pScreen->devPrivates, &XF86XVScreenPrivateKey, ScreenPriv);

Completed in 4 milliseconds