aboutsummaryrefslogtreecommitdiffstats
path: root/src/termhooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/termhooks.h')
-rw-r--r--src/termhooks.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/termhooks.h b/src/termhooks.h
index 207b8ccbc3c..76adc539e48 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -478,7 +478,10 @@ struct terminal
478 may do something OS dependent, like extended window manager hints on X11. */ 478 may do something OS dependent, like extended window manager hints on X11. */
479 void (*fullscreen_hook) (struct frame *f); 479 void (*fullscreen_hook) (struct frame *f);
480 480
481 481 /* This hook is called to display menus. */
482 Lisp_Object (*menu_show_hook) (struct frame *f, int x, int y, int menuflags,
483 Lisp_Object title, const char **error_name);
484
482 /* Scroll bar hooks. */ 485 /* Scroll bar hooks. */
483 486
484 /* The representation of scroll bars is determined by the code which 487 /* The representation of scroll bars is determined by the code which