Searched refs:h_new (Results 1 – 1 of 1) sorted by relevance
/external/libvncserver/x11vnc/ |
D | userinput.c | 8346 int h_new = Ev[n].xconfigure.height; in read_events() local 8348 if (w_new != wd || h_new != ht) { in read_events() 9317 int x_new, y_new, w_new, h_new; in check_ncache() local 9344 h_new = ev.xconfigure.height; in check_ncache() 9351 if (w_new == w_old && h_new == h_old) { in check_ncache() 9357 r_new = sraRgnCreateRect(x_new, y_new, x_new+w_new, y_new+h_new); in check_ncache() 9725 int x_new, y_new, w_new, h_new; in check_ncache() local 9746 h_new = ev.xconfigure.height; in check_ncache() 9779 if (w_old != w_new || h_old != h_new) { in check_ncache() 9782 …f(stderr, " INVALIDATE bs: 0x%lx wh: %dx%d %dx%d \n", win, w_old, h_old, w_new, h_new); in check_ncache() [all …]
|