diff --git a/client/main.c b/client/main.c index 69702dd7..5d17f2cd 100644 --- a/client/main.c +++ b/client/main.c @@ -488,7 +488,8 @@ int eventFilter(void * userdata, SDL_Event * event) x -= state.cursor.x; y -= state.cursor.y; realignGuest = false; - state.accX = state.accY = 0; + state.accX = 0; + state.accY = 0; if (!spice_mouse_motion(x, y)) DEBUG_ERROR("SDL_MOUSEMOTION: failed to send message"); @@ -1536,4 +1537,4 @@ int main(int argc, char * argv[]) } return ret; -} +} \ No newline at end of file