diff options
Diffstat (limited to 'src/w32inevt.c')
-rw-r--r-- | src/w32inevt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/w32inevt.c b/src/w32inevt.c index 864b3b3f0bb..3aaad6b016a 100644 --- a/src/w32inevt.c +++ b/src/w32inevt.c @@ -582,8 +582,8 @@ w32_console_mouse_position (FRAME_PTR *f, *part = 0; SELECTED_FRAME ()->mouse_moved = 0; - XSETINT(*x, movement_pos.X); - XSETINT(*y, movement_pos.Y); + XSETINT (*x, movement_pos.X); + XSETINT (*y, movement_pos.Y); *time = movement_time; UNBLOCK_INPUT; |