Searched refs:xany (Results 1 - 25 of 46) sorted by relevance

12

/xsrc/external/mit/libX11/dist/src/
H A DFilterEv.c85 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 DChkTypWEv.c58 if ((qelt->event.xany.window == w) &&
H A DChkWinEv.c63 if ((qelt->event.xany.window == w) &&
H A DWinEvent.c65 if ((qelt->event.xany.window == w) &&
/xsrc/external/mit/libXt/dist/src/
H A DGetActKey.c84 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 DNextEvent.c1320 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 DTMkey.c260 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 DEvent.c1330 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 Devents.c225 * 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 Devent_handlers.c335 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 Dfunctions_captive.c53 switch(Event.xany.type) {
H A Devent_core.c307 Window w = Event.xany.window;
345 Window w = Event.xany.window;
444 (unsigned int)e->xany.window);
H A Dfunctions_win.c663 if(Event.xany.type == EnterNotify ||
664 Event.xany.type == LeaveNotify) {
H A Devent_utils.c91 * 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 Dmain.c158 lastInput.win = ev.xany.window;
162 lastInput.win = ev.xany.window;
H A Dcommand.c259 && prevEvent->xany.display == eventP->xany.display
260 && prevEvent->xany.window == eventP->xany.window) {
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Dglxdemo.c100 redraw( dpy, event.xany.window );
H A Dglxpixmap.c147 XCopyArea( dpy, pm, event.xany.window, /* src, dest */
H A Dxfont.c174 redraw( dpy, event.xany.window );
H A Dxrotfontdemo.c188 redraw( dpy, event.xany.window );
H A Dglxheads.c246 if (event.xany.window == h->Win) {
H A Dwincopy.c207 Resize(event.xany.window, event.xconfigure.width, event.xconfigure.height);
H A Dmanywin.c297 if (event.xany.window == h->Win) {
H A Dtexture_from_pixmap.c323 Resize(event.xany.window,
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dsharedtex.c385 if (event.xany.window == h->Win) {

Completed in 19 milliseconds

12