Fixed another compile-breaking mistake in vnc.c, fixes #3584.

This commit is contained in:
OBattler
2023-08-16 16:20:40 +02:00
parent 6fae975a72
commit cf50271b0f

View File

@@ -94,7 +94,7 @@ vnc_ptrevent(int but, int x, int y, rfbClientPtr cl)
dy = (y - ptr_y) / 0.96;
/* VNC uses absolute positions within the window, no deltas. */
mouse_scale_x(dx, dy);
mouse_scale(dx, dy);
ptr_x = x;
ptr_y = y;