Home
last modified time | relevance | path

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

/external/libvncserver/x11vnc/
Dappshare.c813 Window wchk = watch[i]; in check_inside() local
814 if (wchk == None) { in check_inside()
820 if (!win_attr(wchk)) { in check_inside()
823 if (!get_xy(wchk, &X, &Y)) { in check_inside()
831 wins[nwin] = wchk; in check_inside()
852 Window wchk = wins[i]; in check_inside() local
858 …if (appshare_debug) fprintf(stderr, "check inside: 0x%lx %dx%d+%d+%d %dx%d+%d+%d\n", wchk, w, h, … in check_inside()
862 return wchk; in check_inside()