/external/libvncserver/x11vnc/ |
D | xrandr.c | 91 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()
|
D | xrandr.h | 54 if (subwin || xrandr) { \ 65 if (subwin || xrandr) { \ 67 if (subwin) { \
|
D | util.c | 753 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()
|
D | screen.c | 265 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 …]
|
D | xevents.c | 375 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()
|
D | options.h | 194 extern unsigned long subwin;
|
D | options.c | 227 unsigned long subwin = 0x0; /* -id, -sid */ variable
|
D | solid.c | 195 if (subwin || window != rootwin) { in solid_root() 313 if (subwin || window != rootwin) { in solid_cde()
|
D | userinput.c | 1225 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 …]
|
D | win_utils.c | 620 Window win = subwin; in id_cmd()
|
D | x11vnc.c | 1453 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()
|
D | remote.c | 1187 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()
|
D | scan.c | 3149 if (! subwin) { in set_offset() 3395 if (subwin && scan_count % 4 == 0) { in scan_for_updates()
|
D | xwrappers.c | 172 if (rootshift && subwin) { \
|
D | cursor.c | 1591 if (depth <= depth_cutoff && !subwin) { in get_which_cursor()
|
D | user.c | 1342 subwin = win; in user_supplied_opts()
|
D | connections.c | 2862 if (subwin && getenv("X11VNC_APPSHARE_ACTIVE")) { in reverse_connect()
|
D | ChangeLog | 1033 subwin desktop name crash.
|
D | README | 17515 waitmapped wait until subwin is mapped. 17516 nowaitmapped do not wait until subwin is mapped.
|
/external/toybox/kconfig/lxdialog/ |
D | textbox.c | 97 box = subwin(dialog, boxh, boxw, y + 1, x + 1); in dialog_textbox()
|
D | checklist.c | 164 list = subwin(dialog, list_height, list_width, y + box_y + 1, in dialog_checklist()
|
D | menubox.c | 232 menu = subwin(dialog, menu_height, menu_width, in dialog_menu()
|