comparison src/frame.c @ 31102:6a0caa788013

Include keyboard.h before frame.h.
author Andrew Innes <andrewi@gnu.org>
date Tue, 22 Aug 2000 22:41:00 +0000
parents ec33931795c4
children db831ffcd565
comparison
equal deleted inserted replaced
31101:1a4f15527382 31102:6a0caa788013
27 #include "xterm.h" 27 #include "xterm.h"
28 #endif 28 #endif
29 #ifdef WINDOWSNT 29 #ifdef WINDOWSNT
30 #include "w32term.h" 30 #include "w32term.h"
31 #endif 31 #endif
32 #include "buffer.h"
33 /* These help us bind and responding to switch-frame events. */
34 #include "commands.h"
35 #include "keyboard.h"
32 #include "frame.h" 36 #include "frame.h"
33 #ifdef HAVE_WINDOW_SYSTEM 37 #ifdef HAVE_WINDOW_SYSTEM
34 #include "fontset.h" 38 #include "fontset.h"
35 #endif 39 #endif
36 #include "termhooks.h" 40 #include "termhooks.h"
220 set_menu_bar_lines_1 (f->root_window, nlines - olines); 224 set_menu_bar_lines_1 (f->root_window, nlines - olines);
221 adjust_glyphs (f); 225 adjust_glyphs (f);
222 } 226 }
223 } 227 }
224 228
225 #include "buffer.h"
226
227 /* These help us bind and responding to switch-frame events. */
228 #include "commands.h"
229 #include "keyboard.h"
230
231 Lisp_Object Vemacs_iconified; 229 Lisp_Object Vemacs_iconified;
232 Lisp_Object Vframe_list; 230 Lisp_Object Vframe_list;
233 231
234 struct x_output tty_display; 232 struct x_output tty_display;
235 233