Searched refs:orig_frame (Results 1 – 1 of 1) sorted by relevance
/external/libvncserver/x11vnc/ |
D | userinput.c | 100 int try_to_fix_resize_su(Window orig_frame, int orig_x, int orig_y, int orig_w, int orig_h, 123 static int try_copyrect(Window orig_frame, Window frame, int x, int y, int w, int h, 3140 static int try_copyrect(Window orig_frame, Window frame, int x, int y, int w, int h, in try_copyrect() argument 3192 if (db2) fprintf(stderr, "try_copyrect: 0x%lx/0x%lx bad: %d stack_list_num: %d\n", orig_frame, fra… in try_copyrect() 3271 if (swin == frame || swin == orig_frame) { in try_copyrect() 3748 void ncache_pre_portions(Window orig_frame, Window frame, int *nidx_in, int try_batch, int *use_bat… in ncache_pre_portions() argument 3769 nidx = lookup_win_index(orig_frame); in ncache_pre_portions() 3770 NPP_nwin = orig_frame; in ncache_pre_portions() 4113 void do_copyrect_drag_move(Window orig_frame, Window frame, int *nidx, int try_batch, in do_copyrect_drag_move() argument 4141 ncache_pre_portions(orig_frame, frame, nidx, try_batch, &use_batch, in do_copyrect_drag_move() [all …]
|