diff options
Diffstat (limited to 'mi/miregion.c')
-rw-r--r-- | mi/miregion.c | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/mi/miregion.c b/mi/miregion.c index e980ad18e..0eab6623a 100644 --- a/mi/miregion.c +++ b/mi/miregion.c @@ -81,16 +81,11 @@ Equipment Corporation. #include "regionstr.h" #include <X11/Xprotostr.h> +#include <X11/Xfuncproto.h> #include "gc.h" #include "mi.h" #include "mispans.h" -#if defined (__GNUC__) && !defined (NO_INLINES) -#define INLINE __inline -#else -#define INLINE -#endif - #undef assert #ifdef DEBUG #define assert(expr) {if (!(expr)) \ @@ -506,7 +501,7 @@ miRegionCopy(dst, src) * *----------------------------------------------------------------------- */ -INLINE static int +_X_INLINE static int miCoalesce ( RegionPtr pReg, /* Region to coalesce */ int prevStart, /* Index of start of previous band */ @@ -590,7 +585,7 @@ miCoalesce ( *----------------------------------------------------------------------- */ -INLINE static Bool +_X_INLINE static Bool miAppendNonO ( RegionPtr pReg, BoxPtr r, |