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

/xsrc/external/mit/twm/dist/src/
H A Dtwm.h428 extern int ShapeEventBase;
H A Dtwm.c105 int ShapeEventBase, ShapeErrorBase; variable in typeref:typename:int
331 HasShape = XShapeQueryExtension(dpy, &ShapeEventBase, &ShapeErrorBase);
H A Devents.c171 EventHandler[ShapeEventBase + ShapeNotify] = HandleShapeNotify;
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dshape.c72 static int ShapeEventBase = 0; variable in typeref:typename:int
887 .type = ShapeNotify + ShapeEventBase,
1238 ShapeEventBase = extEntry->eventBase;
1239 EventSwapVector[ShapeEventBase] = (EventSwapPtr) SShapeNotifyEvent;
/xsrc/external/mit/ctwm/dist/
H A Dctwm.h333 extern int ShapeEventBase, ShapeErrorBase;
H A Devent_core.c156 EventHandler[ShapeEventBase + ShapeNotify] = HandleShapeNotify;
H A Dctwm_main.c91 int ShapeEventBase, ShapeErrorBase; variable in typeref:typename:int
291 HasShape = XShapeQueryExtension(dpy, &ShapeEventBase, &ShapeErrorBase);
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dshape.c77 static int ShapeEventBase = 0; variable in typeref:typename:int
897 se.type = ShapeNotify + ShapeEventBase;
1257 ShapeEventBase = extEntry->eventBase;
1258 EventSwapVector[ShapeEventBase] = (EventSwapPtr) SShapeNotifyEvent;

Completed in 12 milliseconds