]> 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 0f94ad8000b5f248035de0d100d4050219a2c7fa..cd89f5eecea42b73adcc25f0da931573e5dc5113 100644 (file)
@@ -50,5 +50,8 @@ extern Lisp_Object w32_menu_show (struct frame *, int, int, int, int,
 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 **, Time);
+                              Lisp_Object, 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 */