Searched defs:root (Results 1 - 6 of 6) sorted by relevance

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/ast/
H A DlibvtsSUNWast.c248 register Window const root = RootWindow(ast_xw.xw_display, local
256 emptypixmap = XCreateBitmapFromData(ast_xw.xw_display, root, "", 1, 1);
277 register Window const root = RootWindow(ast_xw.xw_display, local
297 root, 0, 0, width, height,
305 (ulong_t)root, 0, 0, width, height,
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/mga/
H A DlibvtsSUNWmga.c242 register Window const root = RootWindow(mga_xw.xw_display, local
250 emptypixmap = XCreateBitmapFromData(mga_xw.xw_display, root, "", 1, 1);
271 register Window const root = RootWindow(mga_xw.xw_display, local
291 root, 0, 0, width, height,
299 (unsigned long) root, 0, 0, width, height,
/solaris-x11-s12/open-src/app/xmag_multivis/sun-src/
H A Dmultivis.c183 int px, int py, /* parent's origin in root space */
184 int x, int y, /* Top left of requested rectangle in root space */
194 Window root, parent, *children; local
214 /* compute top-left of image in root space */
301 if (XQueryTree(mvDpy, win, &root, &parent, &children, &nchild)) {
H A Dxmag_multivis.c86 Window root; /* root window of screen */ variable
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,
[all...]
/solaris-x11-s12/open-src/app/xlock/sun-src/
H A Dxlock.c120 * 08-Jun-88: Fixed root password pointer problem and changed PASSLENGTH to 20.
121 * 20-May-88: Added -root to allow root to unlock.
122 * 12-Apr-88: Added root password override.
183 static Window root[MAXSCREENS]; /* convenience pointer to the root window */ variable
517 rspw = getspnam("root");
960 * to be dealt with where either root or user passwords are
1089 if (event.xbutton.root == RootWindow(dsp, screen))
1165 "\tYou need to run xlock in setuid root mod
[all...]
/solaris-x11-s12/open-src/app/dispswitch/sun-src/
H A Ddispswitch.c67 static Window root, win; variable
617 XRRSetScreenSize (dpy, root,
646 XRRSetScreenSize (dpy, root, fb_width, fb_height,
1160 new_res = XRRGetScreenResources (dpy, root);
1532 root, True, GrabModeAsync, GrabModeAsync);
1901 root = RootWindow (dpy, screen);
1928 win = XCreateSimpleWindow(dpy, root, 0, 0, 10, 10, 0, 10, 0);
1950 cur_keycode = grab_key (dpy, keysym, modifier, root);
1952 XRRGetScreenSizeRange (dpy, root, &minWidth, &minHeight,
1959 res = XRRGetScreenResources (dpy, root);
[all...]

Completed in 36 milliseconds