Skip to content

Commit ed0441f

Browse files
author
jan.nijtmans
committed
Fix [cb5d776b12]: Build tk 9.0.1 failed on macos 10.13
1 parent 9596a57 commit ed0441f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macosx/tkMacOSXWm.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ static void RemapWindows(TkWindow *winPtr,
468468
MacDrawable *parentWin);
469469
static void RemoveTransient(TkWindow *winPtr);
470470

471-
#if MAC_OS_X_VERSION_MAX_ALLOWED >= 101400
471+
#if MAC_OS_X_VERSION_MAX_ALLOWED >= 101300
472472

473473
/*
474474
* Add a window as a tab in the group specified by its tabbingid, or

0 commit comments

Comments
 (0)