summaryrefslogtreecommitdiff
path: root/editors/xemacs-devel-mule/files/patch-objects-gtk.c
diff options
context:
space:
mode:
authorAndrey Slusar <anray@FreeBSD.org>2006-03-16 08:15:32 +0000
committerAndrey Slusar <anray@FreeBSD.org>2006-03-16 08:15:32 +0000
commit94c5b748fad40cb66e0c7b6f600c5bc1ac30ebff (patch)
tree2556922d60a252781bc97def17ced435d871390f /editors/xemacs-devel-mule/files/patch-objects-gtk.c
parentAdd fixrtf, an utility that is intended for use with the (diff)
- Update to 21.5-b25 "eggplant".
- Fix build with gtk support. - Disable experimental features and add this features to WITH_EXPERIMENTAL option(it's improve perfomance and stability in default build).
Notes
Notes: svn path=/head/; revision=157388
Diffstat (limited to 'editors/xemacs-devel-mule/files/patch-objects-gtk.c')
-rw-r--r--editors/xemacs-devel-mule/files/patch-objects-gtk.c28
1 files changed, 0 insertions, 28 deletions
diff --git a/editors/xemacs-devel-mule/files/patch-objects-gtk.c b/editors/xemacs-devel-mule/files/patch-objects-gtk.c
deleted file mode 100644
index ed9b96938bc4..000000000000
--- a/editors/xemacs-devel-mule/files/patch-objects-gtk.c
+++ /dev/null
@@ -1,28 +0,0 @@
-Index: src/objects-gtk.c
-===================================================================
-RCS file: /pack/xemacscvs/XEmacs/xemacs/src/objects-gtk.c,v
-retrieving revision 1.16
-retrieving revision 1.17
-diff -u -r1.16 -r1.17
---- src/objects-gtk.c 2005/01/28 02:58:51 1.16
-+++ src/objects-gtk.c 2005/12/24 17:33:34 1.17
-@@ -485,8 +485,7 @@
- /* X Specific stuff */
- #include <X11/Xatom.h>
-
--/* Unbounded, for sufficiently small values of infinity... */
--#define MAX_FONT_COUNT 5000
-+#define MAX_FONT_COUNT INT_MAX
-
- #ifdef MULE
- /* find a font spec that matches font spec FONT and also matches
-@@ -536,9 +535,6 @@
- return result;
- }
- #endif /* MULE */
--
--/* Unbounded, for sufficiently small values of infinity... */
--#define MAX_FONT_COUNT 5000
-
- static int
- valid_font_name_p (Display *dpy, char *name)