summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXInt.h
diff options
context:
space:
mode:
authorculler <culler>2020-11-04 23:02:04 (GMT)
committerculler <culler>2020-11-04 23:02:04 (GMT)
commit39cfbe64e24d460bcd3298cb93d1fa623386f496 (patch)
treed9fd1733b44da2c6dddbd1f2a422b61172bd38cb /macosx/tkMacOSXInt.h
parent1330eaa493dda6e64d66e26836cbdf72f0c00ac4 (diff)
downloadtk-39cfbe64e24d460bcd3298cb93d1fa623386f496.zip
tk-39cfbe64e24d460bcd3298cb93d1fa623386f496.tar.gz
tk-39cfbe64e24d460bcd3298cb93d1fa623386f496.tar.bz2
More compiler warnings on various macOS versions
Diffstat (limited to 'macosx/tkMacOSXInt.h')
-rw-r--r--macosx/tkMacOSXInt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/tkMacOSXInt.h b/macosx/tkMacOSXInt.h
index 0380596..6e7e3b2 100644
--- a/macosx/tkMacOSXInt.h
+++ b/macosx/tkMacOSXInt.h
@@ -24,7 +24,9 @@
#ifndef _TKMAC
#include "tkMacOSX.h"
+#define Cursor QDCursor
#import <Cocoa/Cocoa.h>
+#undef Cursor
#endif
/*