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)
commit8804afed13b6a1220647af2c59b530ee21edf099 (patch)
tree9bb2baa5968ef2217b2ae3909e37029417b29558 /macosx/tkMacOSXWindowEvent.c
parente60cfefbe2ff249b9734314630129489144fc859 (diff)
downloadtk-8804afed13b6a1220647af2c59b530ee21edf099.zip
tk-8804afed13b6a1220647af2c59b530ee21edf099.tar.gz
tk-8804afed13b6a1220647af2c59b530ee21edf099.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,