Searched refs:swin (Results 1 – 2 of 2) sorted by relevance
/external/libvncserver/x11vnc/ |
D | 8to24.c | 1297 Window swin = stack_list[k].win; in get_8bpp_regions() local 1300 …].map_state == IsViewable) fprintf(stderr, "Stack win: 0x%lx %d iv=%d\n", swin, k, stack_list[k].m… in get_8bpp_regions() 1302 if (swin == windows_8bpp[i].top) { in get_8bpp_regions() 1304 if (db24 > 1) fprintf(stderr, "found top: 0x%lx %d iv=%d\n", swin, k, stack_list[k].map_state); in get_8bpp_regions() 1318 if (db24 > 1) fprintf(stderr, "subtract: 0x%lx %d -- %d %d %d %d\n", swin, k, sx, sy, sw, sh); in get_8bpp_regions() 2028 Window swin = stack_list[k].win; local 2034 if (windows_8bpp[i].top == swin) { 2069 Window swin = stack_list[k].win; local 2077 if (swin == windows_8bpp[i].top) { 2078 top = swin;
|
D | userinput.c | 3263 Window swin; in try_copyrect() local 3269 swin = stack_list[k].win; in try_copyrect() 3270 if (db2) fprintf(stderr, "sw: %d/%lx\n", k, swin); in try_copyrect() 3271 if (swin == frame || swin == orig_frame) { in try_copyrect() 3281 if (swin == None) { in try_copyrect() 3285 if (boff <= (int) swin && (int) swin < boff + bwin) { in try_copyrect() 3289 if (!valid_window(swin, &attr, 1)) { in try_copyrect() 3323 if (db2) fprintf(stderr, "sw: %d/%lx %dx%d+%d+%d\n", k, swin, stack_list[k].width, stack_list[k].h… in try_copyrect() 3346 tx1, ty1, tx2, ty2, swin); in try_copyrect() 3374 tx1, ty1, tx2, ty2, swin); in try_copyrect()
|