]> code.delx.au - gnu-emacs/blobdiff - src/xterm.h
* cl-generic.el (cl-defmethod): Make docstring dynamic
[gnu-emacs] / src / xterm.h
index 675a48443dcae439087a85c8a761eb752c61e1b6..1eb3e304f84cfec0d4550c6d6ed4b3129961052a 100644 (file)
@@ -362,6 +362,9 @@ struct x_display_info
   /* The frame waiting to be auto-raised in XTread_socket.  */
   struct frame *x_pending_autoraise_frame;
 
+  /* Tooltip frame on this display.  */
+  struct frame *x_tooltip_frame;
+
   /* The frame where the mouse was last time we reported a ButtonPress event.  */
   struct frame *last_mouse_frame;
 
@@ -575,6 +578,7 @@ struct x_output
   GtkTooltip *ttip_widget;
   GtkWidget *ttip_lbl;
   GtkWindow *ttip_window;
+  guint ttip_timeout;
 #endif /* USE_GTK_TOOLTIP */
 
 #endif /* USE_GTK */