From 618c64aa88755d61b734ba8b54a325a56ac830ad Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 3 Sep 2010 14:16:57 +0000 Subject: Synchronised glx with mesa --- X11/Xregion.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'X11/Xregion.h') diff --git a/X11/Xregion.h b/X11/Xregion.h index 7b376e556..31199688c 100644 --- a/X11/Xregion.h +++ b/X11/Xregion.h @@ -58,8 +58,10 @@ typedef struct { #define TRUE 1 #define FALSE 0 +#ifndef MAXSHORT #define MAXSHORT 32767 #define MINSHORT -MAXSHORT +#endif #ifndef MAX #define MAX(a,b) (((a) > (b)) ? (a) : (b)) #endif -- cgit v1.2.3