Searched refs:last_wh (Results 1 – 1 of 1) sorted by relevance
/external/libvncserver/x11vnc/ |
D | userinput.c | 2475 static int last_wx, last_wy, last_ww, last_wh; in check_xrecord_keys() local 2640 last_wh = scr_ev[ev].win_h; in check_xrecord_keys() 2644 bdy = last_wy + last_wh/2; in check_xrecord_keys() 2684 set_xdamage_mark(last_wx, last_wy, last_ww, last_wh); in check_xrecord_keys() 2717 static int last_wx, last_wy, last_ww, last_wh; in check_xrecord_mouse() local 2886 last_wh = scr_ev[ev].win_h; in check_xrecord_mouse() 2999 set_xdamage_mark(last_wx, last_wy, last_ww, last_wh); in check_xrecord_mouse()
|