comparison src/ui-gtk.c @ 4962:e813cf16c015

merge
author Ben Wing <ben@xemacs.org>
date Mon, 01 Feb 2010 05:29:05 -0600
parents 304aebb79cd3 b3ce27ca7647
children 16112448d484
comparison
equal deleted inserted replaced
4961:b90f8cf474e0 4962:e813cf16c015
19 ** 19 **
20 ** You should have received a copy of the GNU General Public License 20 ** You should have received a copy of the GNU General Public License
21 ** along with XEmacs; see the file COPYING. If not, write to 21 ** along with XEmacs; see the file COPYING. If not, write to
22 ** the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor, 22 ** the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
23 ** Boston, MA 02111-1301, USA. */ 23 ** Boston, MA 02111-1301, USA. */
24 */
25 24
26 #include <config.h> 25 #include <config.h>
27 #include "lisp.h" 26 #include "lisp.h"
28 27
29 #include "buffer.h" 28 #include "buffer.h"
30 #include "console-gtk-impl.h"
31 #include "device.h" 29 #include "device.h"
32 #include "elhash.h" 30 #include "elhash.h"
33 #include "event-gtk.h"
34 #include "events.h" 31 #include "events.h"
35 #include "faces.h" 32 #include "faces.h"
33 #include "hash.h"
34 #include "sysdll.h"
35 #include "window.h"
36
37 #include "console-gtk-impl.h"
36 #include "glyphs-gtk.h" 38 #include "glyphs-gtk.h"
37 #include "hash.h"
38 #include "objects-gtk.h" 39 #include "objects-gtk.h"
39 #include "sysdll.h"
40 #include "ui-gtk.h" 40 #include "ui-gtk.h"
41 #include "window.h"
42 41
43 /* XEmacs specific GTK types */ 42 /* XEmacs specific GTK types */
44 #include "gtk-glue.c" 43 #include "gtk-glue.c"
45 44
46 /* Is the fundamental type of 't' the xemacs defined fundamental type 'type'? */ 45 /* Is the fundamental type of 't' the xemacs defined fundamental type 'type'? */