Mercurial > hg > xemacs-beta
comparison src/objects-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 4aebb0131297 |
comparison
equal
deleted
inserted
replaced
4961:b90f8cf474e0 | 4962:e813cf16c015 |
---|---|
37 | 37 |
38 #include "console-gtk-impl.h" | 38 #include "console-gtk-impl.h" |
39 #include "objects-gtk-impl.h" | 39 #include "objects-gtk-impl.h" |
40 | 40 |
41 /* sigh */ | 41 /* sigh */ |
42 #include <gdk/gdkx.h> | 42 #include "sysgdkx.h" |
43 | 43 |
44 /* XListFonts doesn't allocate memory unconditionally based on this. (For | 44 /* XListFonts doesn't allocate memory unconditionally based on this. (For |
45 XFree86 in 2005, at least. */ | 45 XFree86 in 2005, at least. */ |
46 #define MAX_FONT_COUNT INT_MAX | 46 #define MAX_FONT_COUNT INT_MAX |
47 | 47 |