HomeSort by relevance Sort by last modified time
    Searched full:subwin (Results 1 - 25 of 45) sorted by null

1 2

  /external/libvncserver/x11vnc/
xrandr.c 91 if (! subwin) {
94 if (! valid_window(subwin, NULL, 0)) {
96 rfbLog("subwin 0x%lx went away!\n", subwin);
100 if (! get_window_size(subwin, &new_x, &new_y)) {
102 rfbLog("could not get size of subwin 0x%lx\n", subwin);
116 if (! get_window_size(subwin, &newer_x, &newer_y)) {
118 rfbLog("could not get size of subwin 0x%lx\n", subwin);
    [all...]
xrandr.h 54 if (subwin || xrandr) { \
65 if (subwin || xrandr) { \
67 if (subwin) { \
72 " in SUBWIN mode. [%d]\n", \
util.c 753 if (subwin && dpy && valid_window(subwin, NULL, 0)) {
760 if (XFetchName(dpy, subwin, &name)) {
772 if (xtranslate(subwin, rootwin, 0, 0, &x, &y, &c, 1)) {
screen.c 265 if (subwin) {
912 } else if (subwin) {
923 } else if (subwin) {
1014 } else if (subwin) {
    [all...]
xevents.c 375 if (subwin && freeze_when_obscured) {
376 XSelectInput_wr(dpy, subwin, VisibilityChangeMask);
1332 if (xev.type == VisibilityNotify && xev.xany.window == subwin) {
    [all...]
options.h 194 extern unsigned long subwin;
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");
    [all...]
xdamage.c 316 * relative to subwin, not rootwin.
528 * relative to subwin, not rootwin.
options.c 227 unsigned long subwin = 0x0; /* -id, -sid */ variable
userinput.c 1225 if (subwin) {
1277 if (subwin) {
    [all...]
win_utils.c 620 Window win = subwin;
x11vnc.c     [all...]
xwrappers.c 172 if (rootshift && subwin) { \
    [all...]
scan.c     [all...]
cursor.c     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 127 win3 = stdscr.subwin(10,10)
128 win3 = stdscr.subwin(10,10, 5,5)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 127 win3 = stdscr.subwin(10,10)
128 win3 = stdscr.subwin(10,10, 5,5)
  /external/toybox/kconfig/lxdialog/
checklist.c 164 list = subwin(dialog, list_height, list_width, y + box_y + 1,
menubox.c 232 menu = subwin(dialog, menu_height, menu_width,
textbox.c 97 box = subwin(dialog, boxh, boxw, y + 1, x + 1);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libcurses.so 
libncurses.so 
libncurses.so.5 
libncurses.so.5.7 
libtermcap.so 

Completed in 383 milliseconds

1 2