comparison src/frame-gtk.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 6728e641994e
comparison
equal deleted inserted replaced
808:aa9a0cd78930 809:285f13b079f3
38 #include "buffer.h" 38 #include "buffer.h"
39 #include "events.h" 39 #include "events.h"
40 #include "extents.h" 40 #include "extents.h"
41 #include "faces.h" 41 #include "faces.h"
42 #include "frame.h" 42 #include "frame.h"
43 #include "device.h"
43 #include "window.h" 44 #include "window.h"
44 45
45 #ifdef HAVE_GNOME 46 #ifdef HAVE_GNOME
46 #include <libgnomeui/libgnomeui.h> 47 #include <libgnomeui/libgnomeui.h>
47 #endif 48 #endif