Stick with uint32_t. Doesn't cause errors.

This commit is contained in:
Jason Felds
2011-05-21 21:13:21 -04:00
parent 872b555aab
commit c22bce6628
@@ -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
{