Home
last modified time | relevance | path

Searched refs:subwin (Results 1 – 22 of 22) sorted by relevance

/external/libvncserver/x11vnc/
Dxrandr.c91 if (! subwin) { in handle_subwin_resize()
94 if (! valid_window(subwin, NULL, 0)) { in handle_subwin_resize()
96 rfbLog("subwin 0x%lx went away!\n", subwin); in handle_subwin_resize()
100 if (! get_window_size(subwin, &new_x, &new_y)) { in handle_subwin_resize()
102 rfbLog("could not get size of subwin 0x%lx\n", subwin); in handle_subwin_resize()
116 if (! get_window_size(subwin, &newer_x, &newer_y)) { in handle_subwin_resize()
118 rfbLog("could not get size of subwin 0x%lx\n", subwin); in handle_subwin_resize()
125 rfbLog("subwin 0x%lx still changing size...\n", subwin); in handle_subwin_resize()
132 subwin, wdpy_x, new_x, wdpy_y, new_y); in handle_subwin_resize()
191 if (subwin) { in check_xrandr_event()
Dxrandr.h54 if (subwin || xrandr) { \
65 if (subwin || xrandr) { \
67 if (subwin) { \
Dutil.c753 if (subwin && dpy && valid_window(subwin, NULL, 0)) { in choose_title()
760 if (XFetchName(dpy, subwin, &name)) { in choose_title()
772 if (xtranslate(subwin, rootwin, 0, 0, &x, &y, &c, 1)) { in choose_title()
Dscreen.c265 if (subwin) { in set_colormap()
912 } else if (subwin) { in settle_clients()
923 } else if (subwin) { in settle_clients()
1014 } else if (subwin) { in do_new_fb()
2464 if (subwin) { in initialize_xdisplay_fb()
2466 wait_until_mapped(subwin); in initialize_xdisplay_fb()
2468 if (!valid_window((Window) subwin, NULL, 0)) { in initialize_xdisplay_fb()
2470 rfbLog("invalid sub-window: 0x%lx\n", subwin); in initialize_xdisplay_fb()
2485 Window twin = subwin ? subwin : rootwin; in initialize_xdisplay_fb()
2551 if (! subwin) { in initialize_xdisplay_fb()
[all …]
Dxevents.c375 if (subwin && freeze_when_obscured) { in initialize_xevents()
376 XSelectInput_wr(dpy, subwin, VisibilityChangeMask); in initialize_xevents()
1332 if (xev.type == VisibilityNotify && xev.xany.window == subwin) { in check_xevents()
1895 if (subwin) { in set_single_window()
1896 subwin = 0x0; in set_single_window()
1910 subwin = c; in set_single_window()
Doptions.h194 extern unsigned long subwin;
Doptions.c227 unsigned long subwin = 0x0; /* -id, -sid */ variable
Dsolid.c195 if (subwin || window != rootwin) { in solid_root()
313 if (subwin || window != rootwin) { in solid_cde()
Duserinput.c1225 if (subwin) { in do_bdpush()
1277 if (subwin) { in do_bdpush()
1470 if (subwin) { in push_scr_ev()
1569 if (subwin) { in push_scr_ev()
1743 if (subwin) { in push_scr_ev()
2863 if (subwin) { in check_xrecord_mouse()
3188 if (subwin) { in try_copyrect()
3329 if (subwin) { in try_copyrect()
3391 if (subwin) { in try_copyrect()
4387 if (subwin) { in check_wireframe()
[all …]
Dwin_utils.c620 Window win = subwin; in id_cmd()
Dx11vnc.c1453 fprintf(stderr, " subwin: 0x%lx\n", subwin); in print_settings()
2311 } else if (! pick_windowid(&subwin)) { in main()
2316 } else if (! scan_hexdec(argv[i], &subwin)) { in main()
4899 if (subwin) { in main()
5068 } else if (!subwin && getenv("DISPLAY") in main()
Dremote.c1187 rootshift ? 0 : subwin); in process_remote_cmd()
1214 subwin = twin; in process_remote_cmd()
1229 !rootshift ? 0 : subwin); in process_remote_cmd()
1255 subwin = twin; in process_remote_cmd()
Dscan.c3149 if (! subwin) { in set_offset()
3395 if (subwin && scan_count % 4 == 0) { in scan_for_updates()
Dxwrappers.c172 if (rootshift && subwin) { \
Dcursor.c1591 if (depth <= depth_cutoff && !subwin) { in get_which_cursor()
Duser.c1342 subwin = win; in user_supplied_opts()
Dconnections.c2862 if (subwin && getenv("X11VNC_APPSHARE_ACTIVE")) { in reverse_connect()
DChangeLog1033 subwin desktop name crash.
DREADME17515 waitmapped wait until subwin is mapped.
17516 nowaitmapped do not wait until subwin is mapped.
/external/toybox/kconfig/lxdialog/
Dtextbox.c97 box = subwin(dialog, boxh, boxw, y + 1, x + 1); in dialog_textbox()
Dchecklist.c164 list = subwin(dialog, list_height, list_width, y + box_y + 1, in dialog_checklist()
Dmenubox.c232 menu = subwin(dialog, menu_height, menu_width, in dialog_menu()