From dfbe5d05b105e91c7df0deb4a2a8e69dd01635eb Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Fri, 21 Mar 2003 23:08:04 +0000 Subject: [PATCH] Fix compilation with --with-x=no. --- src/dispextern.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/dispextern.h b/src/dispextern.h index 813400e8487..a19e0966e2e 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -64,6 +64,11 @@ typedef struct mac_display_info Display_Info; #endif +#ifndef NativeRectangle +#define NativeRectangle int +#endif + + /* Structure forward declarations. Some are here because function prototypes below reference structure types before their definition in this file. Some are here because not every file including -- 2.39.2