summaryrefslogtreecommitdiff
path: root/x11-fonts/gfe/files/patch-src::glyph.h
blob: dc8a479e4fdd1da70932d6bdb9b08a5d840e9cb1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
$FreeBSD$

--- src/glyph.h	2002/08/26 17:43:17	1.1
+++ src/glyph.h	2002/08/26 17:44:14
@@ -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)