diff options
author | Kevin Walzer <kw@codebykevin.com> | 2014-12-24 04:43:40 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2014-12-24 04:43:40 (GMT) |
commit | 6137cff44fac896616e033bcba2aa90cd3d4adf5 (patch) | |
tree | a2529d63c5b9744d594aeae79995ce53a48e0d29 /macosx/tkMacOSXMenubutton.c | |
parent | c72a9f168448e8f6b17aa805d5308b4934cfa4d1 (diff) | |
download | tk-6137cff44fac896616e033bcba2aa90cd3d4adf5.zip tk-6137cff44fac896616e033bcba2aa90cd3d4adf5.tar.gz tk-6137cff44fac896616e033bcba2aa90cd3d4adf5.tar.bz2 |
All on Tk/Cocoa: Improve view performance during resizing; implement custom drawing of scroller to remove flickering and ghosted appearance during window operations; reduce flickering of menubutton during resizing, but do not completely eliminate ghosted rendering when widget is unmapped
Diffstat (limited to 'macosx/tkMacOSXMenubutton.c')
-rw-r--r-- | macosx/tkMacOSXMenubutton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXMenubutton.c b/macosx/tkMacOSXMenubutton.c index df42763..02a7a38 100644 --- a/macosx/tkMacOSXMenubutton.c +++ b/macosx/tkMacOSXMenubutton.c @@ -15,7 +15,7 @@ #include "tkMacOSXPrivate.h" #include "tkMenubutton.h" #include "tkMacOSXFont.h" -#include "tkMacOSXDebug.h" +#include "tkMacOSXDebug.h" /* #ifdef TK_MAC_DEBUG |