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

/xsrc/external/mit/ctwm/dist/
H A Devent_names_table.h19 [GraphicsExpose] = "GraphicsExpose",
H A Devent_utils.c121 case GraphicsExpose:
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DGCOps.c120 return event->type == GraphicsExpose || event->type == NoExpose;
147 case GraphicsExpose:
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DGCOps.c132 return event->type == GraphicsExpose || event->type == NoExpose;
160 case GraphicsExpose:
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxlog.c321 case GraphicsExpose: return "GraphicsExpose";
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DX.h192 #define GraphicsExpose 13 macro
/xsrc/external/mit/libXt/dist/src/
H A DEvent.c832 ((event->type == GraphicsExpose) && GRAPHICS_EXPOSE)) {
962 * NOTE: Event must be of type Expose or GraphicsExpose.
998 info.type2 = GraphicsExpose;
1061 /* These Expose and GraphicsExpose fields are at identical offsets */
1063 if (event->type == Expose || event->type == GraphicsExpose) {
1087 /* These Expose and GraphicsExpose fields are at identical offsets */
1126 * Arguments: event - the X Event to mangle; Expose or GraphicsExpose.
1166 * and GraphicsExpose.
1177 if (event->type == GraphicsExpose)
1200 NonMaskableMask, /* GraphicsExpose, i
[all...]
H A DTMprint.c172 PRINTEVENT(GraphicsExpose, "<GraphicsExpose>")
H A DTMparse.c296 {"GraphicsExpose", NULLQUARK, GraphicsExpose, ParseNone, NULL},
297 {"GrExp", NULLQUARK, GraphicsExpose, ParseNone, NULL},
/xsrc/external/mit/libXaw/dist/src/
H A DStripChart.c308 if (event->type == GraphicsExpose)
H A DText.c3281 else if (event->type == GraphicsExpose) {
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmiexpose.c125 exposing is done by the backing store's GraphicsExpose function, of course.
341 /* send GraphicsExpose events, or a NoExpose event, based on the region */
363 pe->u.u.type = GraphicsExpose;
373 /* GraphicsExpose is a "critical event", which TryClientEvents
/xsrc/external/mit/libX11/dist/src/
H A DEvToWire.c154 case GraphicsExpose:
H A DXlibInt.c995 case GraphicsExpose:
/xsrc/external/mit/xterm/dist/
H A Dtrace.c422 CASETYPE(GraphicsExpose);
926 case GraphicsExpose:
H A Dutil.c2162 case GraphicsExpose:
2168 if (reply.type == GraphicsExpose)
2328 /* if not doing CopyArea or if this is a GraphicsExpose, don't translate */
H A Dmisc.c667 case GraphicsExpose:
H A Dcharproc.c9401 if (event->type == GraphicsExpose)
9423 case GraphicsExpose:
/xsrc/external/mit/libX11/dist/modules/im/ximcp/
H A DimEvToWire.c157 case GraphicsExpose:
537 case GraphicsExpose:
/xsrc/external/mit/xman/dist/
H A DScrollByL.c238 if (event->type == GraphicsExpose)
/xsrc/external/mit/twm/dist/src/
H A Devents.c249 case GraphicsExpose: return e->xgraphicsexpose.drawable; /* same */
2671 case GraphicsExpose: name = "GraphicsExpose"; break;
/xsrc/external/mit/xev/dist/
H A Dxev.c1526 case GraphicsExpose:
1527 prologue(&event, "GraphicsExpose");
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddispatch.c1717 /* send GraphicsExpose events, or a NoExpose event, based on the region */
1736 pe->u.u.type = GraphicsExpose;
1746 /* GraphicsExpose is a "critical event", which TryClientEvents
/xsrc/external/mit/ctwm/dist/doc/manual/
H A Dctwm.1.adoc3237 GraphicsExpose

Completed in 62 milliseconds