Fixed another compile-breaking mistake in vnc.c, fixes #3584.
This commit is contained in:
@@ -94,7 +94,7 @@ vnc_ptrevent(int but, int x, int y, rfbClientPtr cl)
|
|||||||
dy = (y - ptr_y) / 0.96;
|
dy = (y - ptr_y) / 0.96;
|
||||||
|
|
||||||
/* VNC uses absolute positions within the window, no deltas. */
|
/* VNC uses absolute positions within the window, no deltas. */
|
||||||
mouse_scale_x(dx, dy);
|
mouse_scale(dx, dy);
|
||||||
|
|
||||||
ptr_x = x;
|
ptr_x = x;
|
||||||
ptr_y = y;
|
ptr_y = y;
|
||||||
|
Reference in New Issue
Block a user