comparison src/dialog-gtk.c @ 876:890f3cafe600

[xemacs-hg @ 2002-06-23 09:25:11 by stephent] unbreak GTK build <m1wusq8qgd.fsf@co3018576-a.rivrw1.nsw.optushome.com.au>
author stephent
date Sun, 23 Jun 2002 09:26:37 +0000
parents 79c6ff3eef26
children 01c57eb70ae9
comparison
equal deleted inserted replaced
875:708faa3b4cb1 876:890f3cafe600
29 #include "events.h" 29 #include "events.h"
30 #include "frame.h" 30 #include "frame.h"
31 #include "gui.h" 31 #include "gui.h"
32 #include "opaque.h" 32 #include "opaque.h"
33 #include "window.h" 33 #include "window.h"
34 #include "console-impl.h"
34 35
35 #include "console-gtk.h" 36 #include "console-gtk.h"
37 #include "console-gtk-impl.h"
36 #include "gui-gtk.h" 38 #include "gui-gtk.h"
37 39
38 Lisp_Object Qgtk_make_dialog_box_internal; 40 Lisp_Object Qgtk_make_dialog_box_internal;
39 41
40 /* We just bounce up into lisp here... see $(srcdir)/lisp/dialog-gtk.el */ 42 /* We just bounce up into lisp here... see $(srcdir)/lisp/dialog-gtk.el */