/external/libvncserver/x11vnc/ |
D | solid.c | 195 if (subwin || window != rootwin) { in solid_root() 313 if (subwin || window != rootwin) { in solid_cde() 340 twin = rootwin; in solid_cde() 396 XGetWindowProperty(dpy, rootwin, wm_info, 0L, 10L, False, in solid_cde() 482 twin = rootwin; in solid_cde() 486 if (twin != rootwin) { in solid_cde() 513 if (twin != rootwin) { in solid_cde() 545 twin = rootwin; in solid_cde() 599 rc = XQueryTree_wr(dpy, rootwin, &r, &w, &children, &ui); in dbus_session() 1315 image = XGetImage(dpy, rootwin, 0, 0, wdpy_x, wdpy_y, AllPlanes, in solid_image()
|
D | xrandr.c | 72 XRRSelectInput(dpy, rootwin, RRScreenChangeNotifyMask); in initialize_xrandr() 74 XRRSelectInput(dpy, rootwin, 0); in initialize_xrandr()
|
D | win_utils.c | 253 rc = XQueryTree_wr(dpy, rootwin, &r, &w, &list, &ui); in snapshot_stack_list() 390 start = rootwin; in query_pointer() 411 if (XQueryPointer_wr(dpy, rootwin, &r, &c, &rx, &ry, &wx, &wy, &mask)) { in mask_state() 545 c = rootwin; in descend_pointer() 656 XTranslateCoordinates(dpy, win, rootwin, 0, 0, &x, &y, &twin); in id_cmd()
|
D | xrecord.c | 392 win = query_pointer(rootwin); in xrecord_skip_keysym() 394 if (win != None && win != rootwin) { in xrecord_skip_keysym() 680 if (!xtranslate(src, rootwin, 0, 0, &rx, &ry, &c, 1)) { in record_CA() 736 if (!xtranslate(dst, rootwin, 0, 0, &rx2, &ry2, &c, 1)) { in record_CA() 1248 if (!xtranslate(win, rootwin, 0, 0, &rx, &ry, &c, 1)) { in record_CW() 1878 wm = query_pointer(rootwin); in xrecord_watch() 1882 c = rootwin; in xrecord_watch() 1886 if (c != rootwin && c == last_win) { in xrecord_watch() 1925 if (c != rootwin) { in xrecord_watch() 1931 if (!clast || clast == rootwin) { in xrecord_watch()
|
D | x11vnc_defs.c | 58 Window window = None, rootwin = None; /* polled window, root window (usu. same) */ variable
|
D | xevents.c | 373 XSelectInput_wr(dpy, rootwin, xselectinput_rootwin); in initialize_xevents() 390 selwin = XCreateSimpleWindow(dpy, rootwin, 3, 2, 1, 1, 0, 0, 0); in initialize_xevents() 920 XChangeProperty(dpy, rootwin, ticker_atom, XA_STRING, 8, in sync_tod_with_servertime() 1837 XChangeProperty(dpy, rootwin, XA_CUT_BUFFER0, XA_STRING, 8, in xcut_receive() 1907 if (XQueryPointer_wr(dpy, rootwin, &r, &c, &rootx, &rooty, in set_single_window()
|
D | gui.c | 136 XReparentWindow(dpy, iconwin, rootwin, 0, 0); in tray_embed() 321 rootwin = RootWindow(dpy, scr); in run_gui()
|
D | x11vnc.h | 476 extern Window window, rootwin; /* polled window, root window (usu. same) */
|
D | userinput.c | 162 ret = XQueryPointer_wr(dpy, rootwin, &r, &c, &rootx, &rooty, &wx, &wy, in get_wm_frame_pos() 171 if (!ret || ! c || c == rootwin) { in get_wm_frame_pos() 1556 frame = query_pointer(rootwin); in push_scr_ev() 5807 rc = XQueryTree_wr(dpy, rootwin, &r, &w, &list, &ui); in snapshot_cache_list() 5889 rc = XQueryTree_wr(dpy, rootwin, &r, &w, &list, &ui); in quick_snap() 5934 if (win == rootwin || win == None) { in lookup_win_index() 8195 XGetWindowProperty(dpy, rootwin, pmap, 0L, 1L, False, in set_ncache_xrootpmap() 8367 if (win == rootwin) { in read_events() 8374 if (ev.xreparent.parent != rootwin) { in read_events() 8376 if (win2 != rootwin) { in read_events() [all …]
|
D | cursor.c | 995 XFixesSelectCursorInput(dpy, rootwin, in initialize_xfixes() 998 XFixesSelectCursorInput(dpy, rootwin, 0); in initialize_xfixes() 1980 ret = XQueryPointer_wr(dpy, rootwin, &root_w, &child_w, &root_x, &root_y, in check_x11_pointer()
|
D | cleanup.c | 364 rootwin = RootWindow(dpy, scr); in XIOerr()
|
D | screen.c | 661 rootwin = RootWindow(dpy, scr); in set_raw_fb_params() 1732 window = rootwin; in initialize_raw_fb() 1912 window = rootwin; in initialize_raw_fb() 2485 Window twin = subwin ? subwin : rootwin; in initialize_xdisplay_fb() 2553 window = rootwin; in initialize_xdisplay_fb() 2653 XTranslateCoordinates(dpy, window, rootwin, 0, 0, &subwin_x, in initialize_xdisplay_fb()
|
D | util.c | 772 if (xtranslate(subwin, rootwin, 0, 0, &x, &y, &c, 1)) { in choose_title()
|
D | macosx.c | 509 ev->xany.window = rootwin; in macosx_checkevent()
|
D | connections.c | 3016 XChangeProperty(dpy, rootwin, vnc_connect_prop, XA_STRING, 8, in set_vnc_connect_prop() 3027 XChangeProperty(dpy, rootwin, x11vnc_remote_prop, XA_STRING, 8, in set_x11vnc_remote_prop() 3515 win = rootwin; in set_xprop() 3549 win = rootwin; in get_xprop()
|
D | x11vnc.c | 5177 rootwin = RootWindow(dpy, scr); in main() 5181 Window w = XCreateSimpleWindow(dpy, rootwin, 0, 0, 1, 1, 0, 0, 0); in main() 5182 if (! quiet) rfbLog("rootwin: 0x%lx reswin: 0x%lx dpy: 0x%x\n", rootwin, w, dpy); in main() 5209 window = rootwin; in main()
|
D | remote.c | 4585 win = rootwin; in process_remote_cmd() 6136 (unsigned int) rootwin); in process_remote_cmd() 6182 snprintf(buf, bufn, "aro=%s:0x%x", p, (unsigned int) rootwin); in process_remote_cmd() 6193 same_screen = XQueryPointer_wr(dpy, rootwin, &r, &c, &px, &py, &wx, &wy, &m); in process_remote_cmd()
|
D | xwrappers.c | 173 d = rootwin; \
|
D | scan.c | 3153 xtranslate(window, rootwin, 0, 0, &off_x, &off_y, &w, 0); in set_offset()
|
D | README | 17782 pointer_root print XQueryPointer curr ptr rootwin. 18091 ext_xfixes ext_xdamage ext_xrandr rootwin num_buttons
|