Lines Matching refs:root
86 Window root; /* root window of screen */
335 root = RootWindow (dpy, screen);
609 w1 = XCreateWindow(dpy, root,
618 Colormap c = XCreateColormap(dpy, root, vis.visual, AllocNone);
621 w1 = XCreateWindow(dpy, root,
656 w = XCreateWindow (dpy, root,
751 invGC = XCreateGC (dpy, root, (GCFunction | GCSubwindowMode |
762 if (XGrabPointer (dpy, root, False, ButtonReleaseMask,
763 GrabModeAsync, GrabModeAsync, root,
794 } else if (!XQueryPointer (dpy, root, &root_window, &child_window,
796 fprintf (stderr, "%s: unable to QueryPointer on root window.\n",
827 XAllPlanesDrawLines (dpy, root, box, NPOINTS, CoordModeOrigin);
831 XDrawLines (dpy, root, invGC, box, NPOINTS, CoordModeOrigin);
874 mvWalkTree(root, 0, 0, x, y, width, height, False, NULL);
876 mvWalkTree(root, 0, 0, x, y, width, height);
891 image = XGetImage (dpy, root, x, y, width, height,
901 image = XGetImage (dpy, root, x, y, width, height,
1322 "%s: Warning - source window has different colormap or visual than root\n Image displayed using colormap and visual of root\n",