summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXPrivate.h
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2015-11-07 18:52:25 (GMT)
committerKevin Walzer <kw@codebykevin.com>2015-11-07 18:52:25 (GMT)
commit509e52d9d0542fdf3883f95edf264045eba9ba5a (patch)
tree81102903302cc94b0b32cd51dc218781601a2306 /macosx/tkMacOSXPrivate.h
parent55fc97d827d04fb3bc87f34f5aba3ded5a7471eb (diff)
downloadtk-509e52d9d0542fdf3883f95edf264045eba9ba5a.zip
tk-509e52d9d0542fdf3883f95edf264045eba9ba5a.tar.gz
tk-509e52d9d0542fdf3883f95edf264045eba9ba5a.tar.bz2
Fix for issues with bitmap rendering and mouse events in Tk-Cocoa; thanks to Marc Culler for patches
Diffstat (limited to 'macosx/tkMacOSXPrivate.h')
-rw-r--r--macosx/tkMacOSXPrivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/macosx/tkMacOSXPrivate.h b/macosx/tkMacOSXPrivate.h
index b93fa18..ff3577d 100644
--- a/macosx/tkMacOSXPrivate.h
+++ b/macosx/tkMacOSXPrivate.h
@@ -272,6 +272,7 @@ VISIBILITY_HIDDEN
TKMenu *_defaultMainMenu, *_defaultApplicationMenu;
NSArray *_defaultApplicationMenuItems, *_defaultWindowsMenuItems;
NSArray *_defaultHelpMenuItems;
+ NSWindow *_windowWithMouse;
}
@end
@interface TKApplication(TKInit)