Code cleanup

This commit is contained in:
r4m0n 2018-05-28 13:09:12 -03:00 committed by Geoffrey McRae
parent 8cb25792ba
commit 4d81aaa763

View File

@ -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");