Searched refs:child_return (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/transset/dist/ |
| H A D | clientwin.c | 156 Window root_return, child_return; local in function:Find_Child_At_Pointer 160 XQueryPointer(dpy, win, &root_return, &child_return, 163 return child_return;
|
| /xsrc/external/mit/xwd/dist/ |
| H A D | clientwin.c | 156 Window root_return, child_return; local in function:Find_Child_At_Pointer 160 XQueryPointer(dpy, win, &root_return, &child_return, 163 return child_return;
|
| /xsrc/external/mit/xwininfo/dist/ |
| H A D | clientwin.c | 181 xcb_window_t child_return = XCB_WINDOW_NONE; local in function:Find_Child_At_Pointer 190 child_return = qp_reply->child; 194 return child_return;
|
| /xsrc/external/mit/xprop/dist/ |
| H A D | clientwin.c | 156 Window root_return, child_return; local in function:Find_Child_At_Pointer 160 XQueryPointer(dpy, win, &root_return, &child_return, 163 return child_return;
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| H A D | win32_x11.c | 158 Window* child_return) 155 XTranslateCoordinates(Display * display,Window src,Window dst,int src_x,int src_y,int * dest_x_return,int * dest_y_return,Window * child_return) argument
|
| H A D | win32_x11.h | 290 Window* child_return);
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | win_utils.c | 928 * child of dest_w, that child is returned to child_return." 965 Window child_return; local in function:WarpToWindow 972 if(XQueryPointer(dpy, t->frame, &root_return, &child_return, &root_x_return, 975 "XQueryPointer: root_return=%x, child_return=%x, root_x_return=%d, root_y_return=%d, win_x_return=%d, win_y_return=%d\n", 976 root_return, child_return, root_x_return, root_y_return, win_x_return,
|
Completed in 8 milliseconds