Searched refs:xany (Results 1 - 25 of 46) sorted by relevance
12
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | FilterEv.c | 85 win = ev->xany.window; 91 LockDisplay(ev->xany.display); 92 for (p = ev->xany.display->im_filters; p != NULL; p = p->next) { 96 UnlockDisplay(ev->xany.display); 97 ret = (*(p->filter))(ev->xany.display, p->window, ev, 103 for (p = ev->xany.display->im_filters; p != NULL; p = p->next) { 121 UnlockDisplay(ev->xany.display); 122 ret = (*(p->filter))(ev->xany.display, p->window, ev, 128 UnlockDisplay(ev->xany.display);
|
| H A D | ChkTypWEv.c | 58 if ((qelt->event.xany.window == w) &&
|
| H A D | ChkWinEv.c | 63 if ((qelt->event.xany.window == w) &&
|
| H A D | WinEvent.c | 65 if ((qelt->event.xany.window == w) &&
|
| /xsrc/external/mit/libXt/dist/src/ |
| H A D | GetActKey.c | 84 tm_context = _XtGetPerDisplay(event->xany.display)->tm_context; 86 if (event->xany.type != KeyPress && event->xany.type != KeyRelease) { 92 && event->xany.serial == tm_context->serial) { 101 XtTranslateKeycode(event->xany.display, (KeyCode)event->xkey.keycode,
|
| H A D | NextEvent.c | 1320 if (event->xany.type == MappingNotify) 1430 if (event.xany.type == MappingNotify) { 1581 event->xany.type = 0; 1582 event->xany.display = NULL; 1584 event->xany.window = 0; 1646 event->xany.type = 0; 1647 event->xany.display = NULL; 1649 event->xany.window = 0; 1656 event->xany.type = 0; 1657 event->xany [all...] |
| H A D | TMkey.c | 260 Display *dpy = eventSeq->xev->xany.display; 283 tm_context->serial = eventSeq->xev->xany.serial; 311 tm_context->serial = eventSeq->xev->xany.serial; 341 tm_context->serial = eventSeq->xev->xany.serial; 387 Display *dpy = eventSeq->xev->xany.display; 430 tm_context->serial = eventSeq->xev->xany.serial;
|
| H A D | Event.c | 1330 DPY_TO_APPCON(event->xany.display); 1354 widget = XtWindowToWidget(event->xany.display, event->xany.window); 1355 pdi = _XtGetPerDisplayInput(event->xany.display); 1434 XtAppContext app = XtDisplayToApplicationContext(event->xany.display); 1467 pd = _XtGetPerDisplay(event->xany.display); 1664 if (!le->xany.serial)
|
| /xsrc/external/mit/twm/dist/src/ |
| H A D | events.c | 225 * window may not be the same as XEvent.xany.window (the first window listed 233 * XEvent.xany.window or is different (which is the case for some of the 283 Window w = Event.xany.window; 317 Window w = Event.xany.window; 576 if (Event.xany.window == Scr->Root) 579 if (Event.xany.window == Tmp_win->title_w) 581 if (Event.xany.window == Tmp_win->w) 583 if (Event.xany.window == Tmp_win->icon_w) 585 if (Event.xany.window == Tmp_win->frame) 587 if (Tmp_win->list && Event.xany [all...] |
| /xsrc/external/mit/ctwm/dist/ |
| H A D | event_handlers.c | 335 event = LastFocusEvent(Event.xany.window, &Event); 890 if(Event.xany.window == Scr->Root) { 900 Event.xany.window = Tmp_win->w; 917 else if(Event.xany.window == Tmp_win->title_w) { 920 else if(Event.xany.window == Tmp_win->w) { 923 else if(Tmp_win->icon && (Event.xany.window == Tmp_win->icon->w)) { 926 else if(Event.xany.window == Tmp_win->frame) { 930 if(Event.xany.window == Tmp_win->iconmanagerlist->w || 931 Event.xany.window == Tmp_win->iconmanagerlist->icon) { 1007 ExecuteFunction(key->func, key->action, Event.xany [all...] |
| H A D | functions_captive.c | 53 switch(Event.xany.type) {
|
| H A D | event_core.c | 307 Window w = Event.xany.window; 345 Window w = Event.xany.window; 444 (unsigned int)e->xany.window);
|
| H A D | functions_win.c | 663 if(Event.xany.type == EnterNotify || 664 Event.xany.type == LeaveNotify) {
|
| H A D | event_utils.c | 91 * window may not be the same as XEvent.xany.window (the first window listed 99 * XEvent.xany.window or is different (which is the case for some of the 213 if(XFindContext(dpy, event->xany.window, ScreenContext,
|
| /xsrc/external/mit/xmh/dist/ |
| H A D | main.c | 158 lastInput.win = ev.xany.window; 162 lastInput.win = ev.xany.window;
|
| H A D | command.c | 259 && prevEvent->xany.display == eventP->xany.display 260 && prevEvent->xany.window == eventP->xany.window) {
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | glxdemo.c | 100 redraw( dpy, event.xany.window );
|
| H A D | glxpixmap.c | 147 XCopyArea( dpy, pm, event.xany.window, /* src, dest */
|
| H A D | xfont.c | 174 redraw( dpy, event.xany.window );
|
| H A D | xrotfontdemo.c | 188 redraw( dpy, event.xany.window );
|
| H A D | glxheads.c | 246 if (event.xany.window == h->Win) {
|
| H A D | wincopy.c | 207 Resize(event.xany.window, event.xconfigure.width, event.xconfigure.height);
|
| H A D | manywin.c | 297 if (event.xany.window == h->Win) {
|
| H A D | texture_from_pixmap.c | 323 Resize(event.xany.window,
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | sharedtex.c | 385 if (event.xany.window == h->Win) {
|
Completed in 19 milliseconds
12