diff options
author | Kevin Walzer <kw@codebykevin.com> | 2017-10-11 00:44:12 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2017-10-11 00:44:12 (GMT) |
commit | 0e8376bacdeb2bfe083cb4836c52c1c95a16a105 (patch) | |
tree | 6280bfab8db4927611c8142d2b688c7c39eae1a9 /macosx/tkMacOSXMenu.c | |
parent | ec1a48e95670f0cfd0b32e37a1e01be9931d334f (diff) | |
download | tk-0e8376bacdeb2bfe083cb4836c52c1c95a16a105.zip tk-0e8376bacdeb2bfe083cb4836c52c1c95a16a105.tar.gz tk-0e8376bacdeb2bfe083cb4836c52c1c95a16a105.tar.bz2 |
Numerous fixes for Tk on macOS 10.13; eliminate memory leaks, override system fullscreen API that confuses window geometry, improve implementation of Tk fullscreen API. Thanks to Marc Culler for patches to address memory leaks.
Diffstat (limited to 'macosx/tkMacOSXMenu.c')
-rw-r--r-- | macosx/tkMacOSXMenu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/tkMacOSXMenu.c b/macosx/tkMacOSXMenu.c index c7e3a78..d21cd11 100644 --- a/macosx/tkMacOSXMenu.c +++ b/macosx/tkMacOSXMenu.c @@ -19,6 +19,7 @@ #include "tkFont.h" #include "tkMacOSXWm.h" #include "tkMacOSXDebug.h" +#include "tkMacOSXConstants.h" /* #ifdef TK_MAC_DEBUG |