Searched defs:w_new (Results 1 - 1 of 1) sorted by relevance

/external/libvncserver/x11vnc/
H A Duserinput.c8345 int w_new = Ev[n].xconfigure.width; local
8348 if (w_new != wd || h_new != ht) {
9317 int x_new, y_new, w_new, h_new; local
9343 w_new = ev.xconfigure.width;
9351 if (w_new == w_old && h_new == h_old) {
9357 r_new = sraRgnCreateRect(x_new, y_new, x_new+w_new, y_new+h_new);
9725 int x_new, y_new, w_new, h_new; local
9745 w_new = ev.xconfigure.width;
9779 if (w_old != w_new || h_old != h_new) {
9782 if (ncdb) fprintf(stderr, " INVALIDATE bs: 0x%lx wh: %dx%d %dx%d \n", win, w_old, h_old, w_new, h_ne
[all...]

Completed in 59 milliseconds