mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-01 19:30:45 -08: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…
Add table
Add a link
Reference in a new issue