* w32term.c (note_mouse_movement): Fix last change.

This commit is contained in:
Dmitry Antipov 2013-09-18 17:18:39 +04:00
parent 2fd6bdbecb
commit abd49271db

View file

@ -3311,7 +3311,7 @@ note_mouse_movement (struct frame *frame, MSG *msg)
int mouse_x = LOWORD (msg->lParam);
int mouse_y = HIWORD (msg->lParam);
if (!FRAME_W32_OUTPUT (frame))
if (!FRAME_X_OUTPUT (frame))
return 0;
dpyinfo = FRAME_DISPLAY_INFO (frame);