* frame.c (x_mouse_grabbed): New function.
[bpt/emacs.git] / src / w32term.h
index 9925362..d29cab3 100644 (file)
@@ -182,6 +182,9 @@ struct w32_display_info
 
   /* The frame waiting to be auto-raised in w32_read_socket.  */
   struct frame *w32_pending_autoraise_frame;
+
+  /* The frame where the mouse was last time we reported a mouse event.  */
+  struct frame *last_mouse_frame;
 };
 
 /* This is a chain of structures for all the displays currently in use.  */