comparison src/gtk-xemacs.c @ 809:285f13b079f3

[xemacs-hg @ 2002-04-07 16:01:30 by wmperry] Make GTK compile again because of lack of device.h/window.h includes.
author wmperry
date Sun, 07 Apr 2002 16:01:32 +0000
parents e38acbeb1cae
children 890f3cafe600
comparison
equal deleted inserted replaced
808:aa9a0cd78930 809:285f13b079f3
11 11
12 #include "lisp.h" 12 #include "lisp.h"
13 #include "console-gtk.h" 13 #include "console-gtk.h"
14 #include "objects-gtk.h" 14 #include "objects-gtk.h"
15 #include "gtk-xemacs.h" 15 #include "gtk-xemacs.h"
16 #include "device.h"
17 #include "glyphs.h"
16 #include "window.h" 18 #include "window.h"
17 #include "faces.h" 19 #include "faces.h"
18 #include "event-gtk.h" 20 #include "event-gtk.h"
19 21
20 extern Lisp_Object Vmodeline_face; 22 extern Lisp_Object Vmodeline_face;