diff options
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h index bcb91b2decc..fe20add2d70 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -4391,6 +4391,7 @@ extern bool input_pending; | |||
| 4391 | extern sigjmp_buf return_to_command_loop; | 4391 | extern sigjmp_buf return_to_command_loop; |
| 4392 | #endif | 4392 | #endif |
| 4393 | extern Lisp_Object menu_bar_items (Lisp_Object); | 4393 | extern Lisp_Object menu_bar_items (Lisp_Object); |
| 4394 | extern Lisp_Object tab_bar_items (Lisp_Object, int *); | ||
| 4394 | extern Lisp_Object tool_bar_items (Lisp_Object, int *); | 4395 | extern Lisp_Object tool_bar_items (Lisp_Object, int *); |
| 4395 | extern void discard_mouse_events (void); | 4396 | extern void discard_mouse_events (void); |
| 4396 | #ifdef USABLE_SIGIO | 4397 | #ifdef USABLE_SIGIO |