From: Kim F. Storm Date: Fri, 21 Mar 2003 23:08:04 +0000 (+0000) Subject: Fix compilation with --with-x=no. X-Git-Tag: ttn-vms-21-2-B4~10799 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dfbe5d05b105e91c7df0deb4a2a8e69dd01635eb;p=emacs.git Fix compilation with --with-x=no. --- 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