diff options
Diffstat (limited to 'x11vnc/connections.c')
-rw-r--r-- | x11vnc/connections.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11vnc/connections.c b/x11vnc/connections.c index d1af60e..5dd80ba 100644 --- a/x11vnc/connections.c +++ b/x11vnc/connections.c @@ -3149,7 +3149,7 @@ static void pmove(int x, int y) { return; } rfbLog("pmove: x y: %d %d\n", x, y); - pointer(0, x, y, NULL); + do_pointer(0, x, y, NULL); X_LOCK; XFlush_wr(dpy); X_UNLOCK; |