mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 02:47:36 +00:00
* w32term.c (note_mouse_movement): Fix last change.
This commit is contained in:
parent
2fd6bdbecb
commit
abd49271db
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue