| /xsrc/external/mit/transset/dist/ |
| H A D | clientwin.h | 27 extern Window Find_Client(Display * dpy, Window root, Window target_win);
|
| H A D | transSet.c | 43 static Window target_win; variable in typeref:typename:Window 229 target_win = Get_Window_Under_Cursor (dpy, True); 236 sscanf (idstr, "0x%lx", &target_win); 237 if (!target_win) 238 sscanf (idstr, "%ld", &target_win); 239 if (!target_win) { 246 (unsigned int) target_win); 247 target_win = Get_Top_Window (dpy, target_win); 249 printf ("found 0x%x\n", (unsigned int) target_win); [all...] |
| H A D | dsimple.c | 166 Window target_win = None, root = RootWindow (disp, screen); local in function:Select_Window 180 while ((target_win == None) || (buttons != 0)) { 186 if (target_win == None) { 187 target_win = event.xbutton.subwindow; /* window selected */ 188 if (target_win == None) 189 target_win = root; 202 if (!descend || (target_win == root)) 203 return(target_win); 205 target_win = Find_Client(dpy, root, target_win); 221 Window target_win = None, root = RootWindow (disp, screen); local in function:Get_Window_Under_Cursor 321 Window target_win; local in function:Window_With_Name_Regex [all...] |
| /xsrc/external/mit/xwd/dist/ |
| H A D | clientwin.h | 27 extern Window Find_Client(Display * dpy, Window root, Window target_win);
|
| H A D | dsimple.c | 243 Window target_win = None, root = RootWindow(disp, screen); local in function:Select_Window 257 while ((target_win == None) || (buttons != 0)) { 263 if (target_win == None) { 264 target_win = event.xbutton.subwindow; /* window selected */ 265 if (target_win == None) 266 target_win = root; 279 if (!descend || (target_win == root)) 280 return (target_win); 282 target_win = Find_Client(disp, root, target_win); [all...] |
| H A D | xwd.c | 145 Window target_win; local in function:main 171 target_win = Select_Window_Args(&argc, argv); 228 if (target_win == None) 229 target_win = Select_Window(dpy, !frame_only); 234 Window_Dump(target_win, out_file);
|
| /xsrc/external/mit/xprop/dist/ |
| H A D | clientwin.h | 27 extern Window Find_Client(Display * dpy, Window root, Window target_win);
|
| H A D | dsimple.c | 255 Window target_win = None, root = RootWindow(display,screen); local in function:Select_Window 268 while ((target_win == None) || (buttons != 0)) { 274 if (target_win == None) { 275 target_win = event.xbutton.subwindow; /* window selected */ 276 if (target_win == None) target_win = root; 289 if (!descend || (target_win == root)) 290 return(target_win); 292 target_win = Find_Client(display, root, target_win); [all...] |
| H A D | xprop.c | 1443 static Window target_win = 0; variable in typeref:typename:Window 1490 status = XGetWindowProperty(dpy, target_win, atom, 0, (max_len+3)/4, 1495 Fatal_Error("window id # 0x%lx does not exists!", target_win); 1518 if (target_win == (Window) -1) 1569 if (target_win != (Window) -1) { 1571 Atom *atoms = XListProperties(dpy, target_win, &count); 1812 XChangeProperty(display, target_win, atom, type, size, PropModeReplace, 1969 target_win = Select_Window_Args(&argc, argv); 2022 target_win = (Window) -1; 2066 if (target_win [all...] |
| /xsrc/external/mit/xwininfo/dist/ |
| H A D | clientwin.h | 29 xcb_window_t target_win);
|
| H A D | dsimple.c | 194 xcb_window_t target_win = XCB_WINDOW_NONE; local in function:Select_Window 215 while ((target_win == XCB_WINDOW_NONE) || (buttons != 0)) { 229 if (target_win == XCB_WINDOW_NONE) { 230 target_win = bp->child; /* window selected */ 231 if (target_win == XCB_WINDOW_NONE) 232 target_win = root; 250 if (!descend || (target_win == root)) 251 return (target_win); 253 target_win = Find_Client (dpy, root, target_win); [all...] |
| /xsrc/external/mit/editres/dist/ |
| H A D | comm.c | 117 Window target_win = None, root = RootWindowOfScreen(XtScreenOfObject(w)); 133 while ((target_win == None) || (buttons != 0)) { 144 if (target_win == None) { 145 target_win = event.xbutton.subwindow; /* window selected */ 171 return(XmuClientWindow(dpy, target_win)); 115 Window target_win = None, root = RootWindowOfScreen(XtScreenOfObject(w)); local in function:GetClientWindow
|