diff options
| -rw-r--r-- | src/dispextern.h | 5 |
1 files changed, 5 insertions, 0 deletions
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; | |||
| 64 | #endif | 64 | #endif |
| 65 | 65 | ||
| 66 | 66 | ||
| 67 | #ifndef NativeRectangle | ||
| 68 | #define NativeRectangle int | ||
| 69 | #endif | ||
| 70 | |||
| 71 | |||
| 67 | /* Structure forward declarations. Some are here because function | 72 | /* Structure forward declarations. Some are here because function |
| 68 | prototypes below reference structure types before their definition | 73 | prototypes below reference structure types before their definition |
| 69 | in this file. Some are here because not every file including | 74 | in this file. Some are here because not every file including |