]> code.delx.au - gnu-emacs/blobdiff - src/menu.h
Fix compilation errors introduced by changes in extend_face_to_end_of_line.
[gnu-emacs] / src / menu.h
index 17d6629064722f5f77ab0f4e463c5e178e698230..cd89f5eecea42b73adcc25f0da931573e5dc5113 100644 (file)
@@ -51,7 +51,7 @@ extern Lisp_Object ns_menu_show (struct frame *, int, int, bool, bool,
                                 Lisp_Object, const char **);
 extern Lisp_Object xmenu_show (struct frame *, int, int, bool, bool,
                               Lisp_Object, const char **);
-extern Lisp_Object tty_menu_show (struct frame *, int, int, int, int,
-                                 Lisp_Object, int, const char **);
+extern Lisp_Object tty_menu_show (struct frame *, int, int, bool, bool,
+                                 Lisp_Object, bool, const char **);
 extern ptrdiff_t menu_item_width (const unsigned char *);
 #endif /* MENU_H */