summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-08 13:56:24 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-10-08 13:56:24 (GMT)
commitc336694fdeda262cf81195e421a91ea40b1101a6 (patch)
tree9bee3ef34c26fdb7c638e2c013142ad2686b0bf0
parent0cb39e5622b69bc7c253b56461bc6c94076f1ccd (diff)
downloadtk-c336694fdeda262cf81195e421a91ea40b1101a6.zip
tk-c336694fdeda262cf81195e421a91ea40b1101a6.tar.gz
tk-c336694fdeda262cf81195e421a91ea40b1101a6.tar.bz2
typo
-rw-r--r--macosx/tkMacOSXNotify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXNotify.c b/macosx/tkMacOSXNotify.c
index 5163e21..b32c635 100644
--- a/macosx/tkMacOSXNotify.c
+++ b/macosx/tkMacOSXNotify.c
@@ -156,7 +156,7 @@ void DebugPrintQueue(void)
* this block should be removed.
*/
-# if MAC_OSX_VERSION_MAX_ALLOWED >= 101500
+# if MAC_OS_X_VERSION_MAX_ALLOWED >= 101500
if ([theEvent type] == NSAppKitDefined) {
static Bool aWindowIsMoving = NO;
switch([theEvent subtype]) {