Home | History | Annotate | Download | only in x11vnc

Lines Matching full:root_x

1954 	int root_x, root_y, win_x, win_y;
1962 ret = macosx_get_cursor_pos(&root_x, &root_y);
1980 ret = XQueryPointer_wr(dpy, rootwin, &root_w, &child_w, &root_x, &root_y,
1988 if (0) fprintf(stderr, "check_x11_pointer %d %d\n", root_x, root_y);
1994 if (root_x != last_x || root_y != last_y) {
1996 root_x, root_y);
1998 last_x = root_x;
2003 x = root_x - off_x - coff_x;