| /xsrc/external/mit/libXi/dist/include/X11/extensions/ |
| H A D | XInput.h | 208 Window subwindow; /* child window */ member in struct:__anonf2a6c3990108 240 Window subwindow; /* child window */ member in struct:__anonf2a6c3990208 273 Window subwindow; /* child window */ member in struct:__anonf2a6c3990308 331 Window subwindow; member in struct:__anonf2a6c3990508
|
| /xsrc/external/mit/libXi/dist/src/ |
| H A D | XExtToWire.c | 92 kev->child = ev->subwindow; 144 pev->child = ev->subwindow; 196 bev->child = ev->subwindow; 248 mev->child = ev->subwindow;
|
| H A D | XExtInt.c | 511 ev->subwindow = ev2->child; 532 ev->subwindow = ev2->child; 558 ev->subwindow = ev2->child; 584 ev->subwindow = ev2->child;
|
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | EvToWire.c | 58 event->u.keyButtonPointer.child = ev->subwindow; 75 event->u.keyButtonPointer.child = ev->subwindow; 91 event->u.keyButtonPointer.child = ev->subwindow; 108 event->u.enterLeave.child = ev->subwindow;
|
| H A D | XlibInt.c | 901 ev->subwindow = event->u.keyButtonPointer.child; 918 ev->subwindow = event->u.keyButtonPointer.child; 934 ev->subwindow = event->u.keyButtonPointer.child; 951 ev->subwindow = event->u.enterLeave.child;
|
| /xsrc/external/mit/xkill/dist/ |
| H A D | xkill.c | 303 retwin = ((event.xbutton.subwindow != None) ? 304 event.xbutton.subwindow : root);
|
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| H A D | imEvToWire.c | 59 sw32(ev->subwindow, sw); 78 event->u.keyButtonPointer.child = sw32(ev->subwindow, sw); 94 event->u.keyButtonPointer.child = sw32(ev->subwindow, sw); 111 event->u.enterLeave.child = sw32(ev->subwindow, sw); 443 ev->subwindow = sw32(event->u.keyButtonPointer.child, sw); 460 ev->subwindow = sw32(event->u.keyButtonPointer.child, sw); 476 ev->subwindow = sw32(event->u.keyButtonPointer.child, sw); 493 ev->subwindow = sw32(event->u.enterLeave.child, sw);
|
| /xsrc/external/mit/xinput/dist/src/ |
| H A D | test_xi2.c | 36 Window subwindow = XCreateSimpleWindow(dpy, win, 50, 50, 50, 50, 0, 0, local in function:create_win 39 XMapWindow(dpy, subwindow);
|
| /xsrc/external/mit/transset/dist/ |
| H A D | dsimple.c | 187 target_win = event.xbutton.subwindow; /* window selected */
|
| /xsrc/external/mit/xwd/dist/ |
| H A D | dsimple.c | 264 target_win = event.xbutton.subwindow; /* window selected */
|
| /xsrc/external/mit/xprop/dist/ |
| H A D | dsimple.c | 275 target_win = event.xbutton.subwindow; /* window selected */
|
| /xsrc/external/mit/xev/dist/ |
| H A D | xev.c | 201 e->root, e->subwindow, e->time, e->x, e->y, e->x_root, e->y_root); 251 e->root, e->subwindow, e->time, e->x, e->y, e->x_root, e->y_root); 269 e->root, e->subwindow, e->time, e->x, e->y, e->x_root, e->y_root); 333 e->root, e->subwindow, e->time, e->x, e->y, e->x_root, e->y_root);
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | event_handlers.c | 897 else if(AlternateKeymap && Event.xkey.subwindow) { 898 Tmp_win = GetTwmWindow(Event.xkey.subwindow); 2623 (Event.xbutton.subwindow != ActiveMenu->w)) { 2746 else if(AlternateKeymap && Event.xbutton.subwindow) { 2750 w = Event.xbutton.subwindow; 2758 Event.xbutton.subwindow = child; 2826 if(Event.xbutton.subwindow == Tmp_win->w) { 2850 else if(Event.xbutton.subwindow 2851 && (Event.xbutton.subwindow == Tmp_win->title_w)) { 3582 * - NotifyAncestor means we're leaving a subwindow fo [all...] |
| H A D | workspace_manager.c | 185 * Init background in the WSM workspace subwindow and potentially the 320 /* Base button/subwindow sizes */ 529 * window, it finds the WSM rather than the subwindow, and then falls 744 * subwindow; find it from the stashed context on the window, and 869 if(vs->wsw->bswl[ws->number]->w == event->xkey.subwindow) { 963 const Window sw = event->xbutton.subwindow; // Map mini-win 984 * there's also the possibility of dragging a subwindow around to 1106 * [XY]0 are the coordinates of the avatar subwindow inside 1185 /* Figure where in the subwindow the click was, and stash in XW/YW */ 1289 * subwindow, s [all...] |
| H A D | captive.c | 713 child = event.xbutton.subwindow;
|
| /xsrc/external/mit/libX11/dist/include/X11/ |
| H A D | Xlib.h | 560 Window subwindow; /* child window */ member in struct:__anonf1b122fa1608 578 Window subwindow; /* child window */ member in struct:__anonf1b122fa1708 596 Window subwindow; /* child window */ member in struct:__anonf1b122fa1808 613 Window subwindow; /* child window */ member in struct:__anonf1b122fa1908
|
| /xsrc/external/mit/editres/dist/ |
| H A D | comm.c | 145 target_win = event.xbutton.subwindow; /* window selected */
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | Event.c | 1308 event->xmotion.subwindow == nextEvent.xmotion.subwindow) {
|
| /xsrc/external/mit/libXxf86dga/dist/src/ |
| H A D | XF86DGA2.c | 728 xk->subwindow = None;
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | trace.c | 1021 TRACE(("\tsubwindow: %#lx\n", event->subwindow));
|
| H A D | misc.c | 486 SAME(a,b,subwindow) && \
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | events.c | 1833 if (Event.xbutton.subwindow == Tmp_win->w) {
|