diff src/nsterm.h @ 109654:d349244d7b08

Can't include menu.h in window.c for X targets. * nsterm.h (x_set_menu_bar_lines): Declare. * window.c: Don't include menu.h, it depends on lots of other .h-files.
author Jan D <jan.h.d@swipnet.se>
date Fri, 06 Aug 2010 13:04:29 +0200
parents 9cfca8c9fb07
children d6fc586a0872
line wrap: on
line diff
--- a/src/nsterm.h	Fri Aug 06 12:12:41 2010 +0200
+++ b/src/nsterm.h	Fri Aug 06 13:04:29 2010 +0200
@@ -761,6 +761,7 @@
 extern int x_pixel_width (struct frame *f);
 extern int x_pixel_height (struct frame *f);
 extern void x_set_frame_alpha (struct frame *f);
+extern void x_set_menu_bar_lines (struct frame *, Lisp_Object, Lisp_Object);
 extern void x_set_tool_bar_lines (struct frame *f,
                                   Lisp_Object value,
                                   Lisp_Object oldval);