aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32term.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/w32term.h')
-rw-r--r--src/w32term.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/w32term.h b/src/w32term.h
index d29cab35ded..ef7f0842680 100644
--- a/src/w32term.h
+++ b/src/w32term.h
@@ -185,6 +185,14 @@ struct w32_display_info
185 185
186 /* The frame where the mouse was last time we reported a mouse event. */ 186 /* The frame where the mouse was last time we reported a mouse event. */
187 struct frame *last_mouse_frame; 187 struct frame *last_mouse_frame;
188
189 /* The frame where the mouse was last time we reported a mouse motion. */
190 struct frame *last_mouse_motion_frame;
191
192 /* Position where the mouse was last time we reported a motion.
193 This is a position on last_mouse_motion_frame. */
194 int last_mouse_motion_x;
195 int last_mouse_motion_y;
188}; 196};
189 197
190/* This is a chain of structures for all the displays currently in use. */ 198/* This is a chain of structures for all the displays currently in use. */