summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXMenus.c
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2017-10-11 00:48:47 (GMT)
committerKevin Walzer <kw@codebykevin.com>2017-10-11 00:48:47 (GMT)
commit4bd94e0124723df374d992424b35ca4332fad63e (patch)
treeaf774dacd56fc703476360a2d0b3674dcd50b2ae /macosx/tkMacOSXMenus.c
parente9661d5a90421b65fdc98e95245d777902f7dd2f (diff)
downloadtk-4bd94e0124723df374d992424b35ca4332fad63e.zip
tk-4bd94e0124723df374d992424b35ca4332fad63e.tar.gz
tk-4bd94e0124723df374d992424b35ca4332fad63e.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/tkMacOSXMenus.c')
-rw-r--r--macosx/tkMacOSXMenus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/tkMacOSXMenus.c b/macosx/tkMacOSXMenus.c
index 68b2c00..f8f00a6 100644
--- a/macosx/tkMacOSXMenus.c
+++ b/macosx/tkMacOSXMenus.c
@@ -13,6 +13,7 @@
#include "tkMacOSXPrivate.h"
#include "tkMenu.h"
+#include "tkMacOSXConstants.h"
static void GenerateEditEvent(const char *name);
static Tcl_Obj * GetWidgetDemoPath(Tcl_Interp *interp);