summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXWindowEvent.c
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2014-09-23 14:25:17 (GMT)
committerKevin Walzer <kw@codebykevin.com>2014-09-23 14:25:17 (GMT)
commite11d1bc0cb52ca2873204e1e8db7b67ed5fff7be (patch)
tree9bb2baa5968ef2217b2ae3909e37029417b29558 /macosx/tkMacOSXWindowEvent.c
parentdf3fb86c8aedf3f02e9ccf7ffc78a063b04c9992 (diff)
downloadtk-e11d1bc0cb52ca2873204e1e8db7b67ed5fff7be.zip
tk-e11d1bc0cb52ca2873204e1e8db7b67ed5fff7be.tar.gz
tk-e11d1bc0cb52ca2873204e1e8db7b67ed5fff7be.tar.bz2
Fine-tune display of buttons on Tk/Cocoa on horizontal scroll
Diffstat (limited to 'macosx/tkMacOSXWindowEvent.c')
-rw-r--r--macosx/tkMacOSXWindowEvent.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/tkMacOSXWindowEvent.c b/macosx/tkMacOSXWindowEvent.c
index 319bc70..2e5e204 100644
--- a/macosx/tkMacOSXWindowEvent.c
+++ b/macosx/tkMacOSXWindowEvent.c
@@ -779,6 +779,8 @@ Tk_MacOSXIsAppInFront(void)
@implementation TKContentView
@end
+#define TK_MAC_DEBUG_DRAWING
+
static Tk_RestrictAction
ExposeRestrictProc(
ClientData arg,