Searched refs:x_root (Results 1 – 2 of 2) sorted by relevance
/external/libvncserver/x11vnc/ |
D | nox11.h | 1366 int x_root, y_root; /* coordinates relative to root */ member 1384 int x_root, y_root; /* coordinates relative to root */ member 1402 int x_root, y_root; /* coordinates relative to root */ member 1419 int x_root, y_root; /* coordinates relative to root */ member
|
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/src/patches/ |
D | tight-vncviewer-full.patch | 6040 + if (db) fprintf(stderr, "ButtonRelease: %d %d %d\n", b->x_root, b->y_root, b->state); 6052 + if (db) fprintf(stderr, "ButtonPress: %d %d %d\n", b->x_root, b->y_root, b->state); 6058 + last_x = b->x_root; 6067 + if (db) fprintf(stderr, "MotionNotify: %d %d %d\n", m->x_root, m->y_root, m->state); 6068 + scroll_desktop(m->x_root - last_x, m->y_root - last_y, -1.0); 6069 + last_x = m->x_root; 8486 - if (ev->xmotion.x_root >= dpyWidth - 3) 8488 - else if (ev->xmotion.x_root <= 2) 8511 + if (ev->xmotion.x_root >= dpyWidth - 3) 8513 + else if (ev->xmotion.x_root <= 2) [all …]
|