From c22bce662895a1c2a8900ef1b750b646acb01cb1 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sat, 21 May 2011 21:13:21 -0400 Subject: [PATCH] Stick with uint32_t. Doesn't cause errors. --- src/arch/LowLevelWindow/LowLevelWindow_MacOSX.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/LowLevelWindow/LowLevelWindow_MacOSX.h b/src/arch/LowLevelWindow/LowLevelWindow_MacOSX.h index 499fd4d295..d291a49ced 100644 --- a/src/arch/LowLevelWindow/LowLevelWindow_MacOSX.h +++ b/src/arch/LowLevelWindow/LowLevelWindow_MacOSX.h @@ -8,7 +8,7 @@ typedef const struct __CFDictionary *CFDictionaryRef; /* XXX: This was changed to a uint32_t later and its header file cannot be included * since Style conflicts. Ugh. */ -typedef struct _CGDirectDisplayID *CGDirectDisplayID; +typedef uint32_t CGDirectDisplayID; class LowLevelWindow_MacOSX : public LowLevelWindow {