Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/xfixes/
H A Dxfixes.c54 int XFixesEventBase; variable
229 XFixesEventBase = extEntry->eventBase; in XFixesExtensionInit()
231 EventSwapVector[XFixesEventBase + XFixesSelectionNotify] = in XFixesExtensionInit()
233 EventSwapVector[XFixesEventBase + XFixesCursorNotify] = in XFixesExtensionInit()
H A Dxfixesint.h63 extern int XFixesEventBase;
H A Dselect.c82 .type = XFixesEventBase + XFixesSelectionNotify, in XFixesSelectionCallback()
H A Dcursor.c178 .type = XFixesEventBase + XFixesCursorNotify, in CursorDisplayCursor()