summaryrefslogtreecommitdiff
path: root/x11-fonts/gfe/files/patch-src_glyph.h
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fonts/gfe/files/patch-src_glyph.h')
-rw-r--r--x11-fonts/gfe/files/patch-src_glyph.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/x11-fonts/gfe/files/patch-src_glyph.h b/x11-fonts/gfe/files/patch-src_glyph.h
deleted file mode 100644
index e888b5b4fb56..000000000000
--- a/x11-fonts/gfe/files/patch-src_glyph.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- src/glyph.h.orig 2000-06-27 07:19:31 UTC
-+++ src/glyph.h
-@@ -20,7 +20,7 @@
- #define __GFE_GLYPH_H__
-
- #include <gtk/gtk.h>
--#include <values.h>
-+#include <limits.h>
-
- /* macro for type casting */
- #define GFE_GLYPH(glyph) ((GfeGlyph*)(glyph))
-@@ -29,7 +29,7 @@
- #define GFE_GLYPH_NO_ENCODING (-1)
-
- /* constant used to define undefined status of variables */
--#define GFE_UNDEFINED (MAXINT)
-+#define GFE_UNDEFINED (INT_MAX)
-
- /* macro(s) to access member(s) of GfeGlyph structure */
- #define GFE_GLYPH_TYPE(glyph) (((glyph)->flags) & 0xFF)