]> code.delx.au - gnu-emacs/blobdiff - src/w32term.h
* cl-generic.el (cl-defmethod): Make docstring dynamic
[gnu-emacs] / src / w32term.h
index 320477073a5268cf26015ac9f4ce94b344c3dc0f..3934e8500a306cc853c504efb5cefc5e0526cf13 100644 (file)
@@ -186,6 +186,9 @@ struct w32_display_info
   /* The frame waiting to be auto-raised in w32_read_socket.  */
   struct frame *w32_pending_autoraise_frame;
 
+  /* Tooltip frame on this display.  */
+  struct frame *w32_tooltip_frame;
+
   /* The frame where the mouse was last time we reported a mouse event.  */
   struct frame *last_mouse_frame;