diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-08 13:56:24 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2020-10-08 13:56:24 (GMT) |
commit | c336694fdeda262cf81195e421a91ea40b1101a6 (patch) | |
tree | 9bee3ef34c26fdb7c638e2c013142ad2686b0bf0 /macosx | |
parent | 0cb39e5622b69bc7c253b56461bc6c94076f1ccd (diff) | |
download | tk-c336694fdeda262cf81195e421a91ea40b1101a6.zip tk-c336694fdeda262cf81195e421a91ea40b1101a6.tar.gz tk-c336694fdeda262cf81195e421a91ea40b1101a6.tar.bz2 |
typo
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/tkMacOSXNotify.c | 2 |
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]) { |