Searched refs:CreateNotify (Results 1 - 21 of 21) sorted by relevance
| /xsrc/external/mit/ctwm/dist/ |
| H A D | event_names_table.h | 22 [CreateNotify] = "CreateNotify",
|
| H A D | event_core.c | 122 STDH(CreateNotify);
|
| H A D | event_utils.c | 127 case CreateNotify:
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxlog.c | 324 case CreateNotify: return "CreateNotify";
|
| /xsrc/external/mit/xorgproto/dist/include/X11/ |
| H A D | X.h | 195 #define CreateNotify 16 macro
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | EvToWire.c | 183 case CreateNotify:
|
| H A D | XlibInt.c | 1024 case CreateNotify:
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | trace.c | 425 CASETYPE(CreateNotify); 863 case CreateNotify:
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | events.c | 154 EventHandler[CreateNotify] = HandleCreateNotify; 252 case CreateNotify: return e->xcreatewindow.window; /* DIFF */ 1284 fprintf(stderr, "CreateNotify w = 0x%x\n", Event.xcreatewindow.window); 2674 case CreateNotify: name = "CreateNotify"; break;
|
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| H A D | imEvToWire.c | 186 case CreateNotify: 566 case CreateNotify:
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | TMprint.c | 175 PRINTEVENT(CreateNotify, "<CreateNotify>")
|
| H A D | TMparse.c | 305 {"CreateNotify", NULLQUARK, CreateNotify, ParseNone, NULL}, 306 {"Create", NULLQUARK, CreateNotify, ParseNone, NULL},
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | glut_event.c | 826 case CreateNotify:
|
| /xsrc/external/mit/smproxy/dist/ |
| H A D | smproxy.c | 1290 case CreateNotify:
|
| /xsrc/external/mit/xev/dist/ |
| H A D | xev.c | 1538 case CreateNotify: 1539 prologue(&event, "CreateNotify");
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winmultiwindowwm.c | 1045 if (event.type == CreateNotify)
|
| /xsrc/external/mit/xcompmgr/dist/ |
| H A D | xcompmgr.c | 2266 case CreateNotify:
|
| /xsrc/external/mit/xorg-server.old/dist/dix/ |
| H A D | window.c | 769 event.u.u.type = CreateNotify;
|
| H A D | events.c | 370 SubstructureNotifyMask, /* CreateNotify */ 2458 * events (CreateNotify, ConfigureNotify, etc.). Not useful for events that 2487 if ((filter & SubstructureNotifyMask) && (xE->u.u.type != CreateNotify))
|
| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | window.c | 952 event.u.u.type = CreateNotify;
|
| /xsrc/external/mit/ctwm/dist/doc/manual/ |
| H A D | ctwm.1.adoc | 3240 CreateNotify
|
Completed in 53 milliseconds