Searched refs:xwa (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/xwininfo/dist/ |
| H A D | clientwin.c | 65 xcb_get_window_attributes_reply_t *xwa; local in function:Window_Is_Viewable 68 xwa = xcb_get_window_attributes_reply (dpy, attr_cookie, NULL); 70 if (xwa) { 71 ok = (xwa->_class == XCB_WINDOW_CLASS_INPUT_OUTPUT) && 72 (xwa->map_state == XCB_MAP_STATE_VIEWABLE); 73 free (xwa);
|
| /xsrc/external/mit/transset/dist/ |
| H A D | clientwin.c | 58 XWindowAttributes xwa; local in function:Window_Is_Viewable 60 XGetWindowAttributes(dpy, win, &xwa); 62 ok = (xwa.class == InputOutput) && (xwa.map_state == IsViewable);
|
| /xsrc/external/mit/xwd/dist/ |
| H A D | clientwin.c | 58 XWindowAttributes xwa; local in function:Window_Is_Viewable 60 XGetWindowAttributes(dpy, win, &xwa); 62 ok = (xwa.class == InputOutput) && (xwa.map_state == IsViewable);
|
| /xsrc/external/mit/xprop/dist/ |
| H A D | clientwin.c | 58 XWindowAttributes xwa; local in function:Window_Is_Viewable 60 XGetWindowAttributes(dpy, win, &xwa); 62 ok = (xwa.class == InputOutput) && (xwa.map_state == IsViewable);
|
| /xsrc/external/mit/x11perf/dist/ |
| H A D | do_windows.c | 205 XWindowAttributes xwa; local in function:InitPopups 215 (void) XGetWindowAttributes(xp->d, xp->w, &xwa); 219 xwa.x + xwa.border_width, xwa.y + xwa.border_width,
|
| H A D | x11perf.c | 628 XWindowAttributes xwa; local in function:CreateClipWindows 630 (void) XGetWindowAttributes(xp->d, xp->w, &xwa); 634 xwa.x + ws[j].x, xwa.y + ws[j].y, ws[j].width, ws[j].height);
|
| /xsrc/external/mit/xkill/dist/ |
| H A D | xkill.c | 422 XWindowAttributes xwa; local in function:wm_running 425 status = XGetWindowAttributes(dpy, RootWindow(dpy, screenno), &xwa); 427 ((xwa.all_event_masks & SubstructureRedirectMask) || 428 (xwa.all_event_masks & SubstructureNotifyMask)));
|
| /xsrc/external/mit/ico/dist/ |
| H A D | ico.c | 830 XWindowAttributes xwa; local in function:do_ico_window 936 if (XGetWindowAttributes(dpy,closure->draw_window,&xwa)==0) { 939 closure->winW = xwa.width; 940 closure->winH = xwa.height;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| H A D | dmxinit.c | 471 XWindowAttributes xwa; local in function:dmxCheckForWM 475 &xwa); 478 ((xwa.all_event_masks & SubstructureRedirectMask) || 479 (xwa.all_event_masks & SubstructureNotifyMask)));
|
Completed in 10 milliseconds