HomeSort by relevance Sort by last modified time
    Searched refs:rootwin (Results 1 - 20 of 20) sorted by null

  /hardware/intel/common/libva/test/common/
va_display_x11.c 62 Window win, rootwin; local
75 rootwin = RootWindow(x11_display, screen);
81 rootwin,
  /external/libvncserver/x11vnc/
xrandr.c 72 XRRSelectInput(dpy, rootwin, RRScreenChangeNotifyMask);
74 XRRSelectInput(dpy, rootwin, 0);
solid.c 195 if (subwin || window != rootwin) {
196 rfbLog("cannot set subwin to solid color, must be rootwin\n");
313 if (subwin || window != rootwin) {
314 rfbLog("cannot set subwin to solid color, must be rootwin\n");
340 twin = rootwin;
396 XGetWindowProperty(dpy, rootwin, wm_info, 0L, 10L, False,
482 twin = rootwin;
486 if (twin != rootwin) {
513 if (twin != rootwin) {
545 twin = rootwin;
    [all...]
win_utils.c 252 /* no need to trap error since rootwin */
253 rc = XQueryTree_wr(dpy, rootwin, &r, &w, &list, &ui);
390 start = rootwin;
411 if (XQueryPointer_wr(dpy, rootwin, &r, &c, &rx, &ry, &wx, &wy, &mask)) {
545 c = rootwin;
656 XTranslateCoordinates(dpy, win, rootwin, 0, 0, &x, &y, &twin);
x11vnc_defs.c 58 Window window = None, rootwin = None; /* polled window, root window (usu. same) */ variable
xrecord.c 392 win = query_pointer(rootwin);
394 if (win != None && win != rootwin) {
680 if (!xtranslate(src, rootwin, 0, 0, &rx, &ry, &c, 1)) {
736 if (!xtranslate(dst, rootwin, 0, 0, &rx2, &ry2, &c, 1)) {
1248 if (!xtranslate(win, rootwin, 0, 0, &rx, &ry, &c, 1)) {
    [all...]
xevents.c 373 XSelectInput_wr(dpy, rootwin, xselectinput_rootwin);
390 selwin = XCreateSimpleWindow(dpy, rootwin, 3, 2, 1, 1, 0, 0, 0);
920 XChangeProperty(dpy, rootwin, ticker_atom, XA_STRING, 8,
    [all...]
gui.c 136 XReparentWindow(dpy, iconwin, rootwin, 0, 0);
321 rootwin = RootWindow(dpy, scr);
x11vnc.h 476 extern Window window, rootwin; /* polled window, root window (usu. same) */
userinput.c 133 * For -wireframe: find the direct child of rootwin that has the
162 ret = XQueryPointer_wr(dpy, rootwin, &r, &c, &rootx, &rooty, &wx, &wy,
171 if (!ret || ! c || c == rootwin) {
    [all...]
cursor.c 995 XFixesSelectCursorInput(dpy, rootwin,
998 XFixesSelectCursorInput(dpy, rootwin, 0);
    [all...]
cleanup.c 364 rootwin = RootWindow(dpy, scr);
macosx.c 509 ev->xany.window = rootwin;
util.c 772 if (xtranslate(subwin, rootwin, 0, 0, &x, &y, &c, 1)) {
screen.c 661 rootwin = RootWindow(dpy, scr);
    [all...]
connections.c     [all...]
x11vnc.c     [all...]
remote.c     [all...]
xwrappers.c 167 * the rootwin. This is the -sid option trying to work around invisible
173 d = rootwin; \
    [all...]
scan.c     [all...]

Completed in 188 milliseconds