diff options
author | Kevin Walzer <kw@codebykevin.com> | 2014-07-28 02:43:41 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2014-07-28 02:43:41 (GMT) |
commit | b2263f97e0a12c9653911aa89f63766e54e9cfdb (patch) | |
tree | 445624d698481ea29f4ecd73cc8bd7cb4ab70fd3 /macosx/tkMacOSXPrivate.h | |
parent | e1fbe52f5a1a69abcc525f23d6dbb058db3e4d0f (diff) | |
download | tk-b2263f97e0a12c9653911aa89f63766e54e9cfdb.zip tk-b2263f97e0a12c9653911aa89f63766e54e9cfdb.tar.gz tk-b2263f97e0a12c9653911aa89f63766e54e9cfdb.tar.bz2 |
Fine-tune scrolling, especially of text widgets with embedded windows, after removal of private API calls; performance is now better and within acceptable ranges.
Diffstat (limited to 'macosx/tkMacOSXPrivate.h')
-rw-r--r-- | macosx/tkMacOSXPrivate.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/macosx/tkMacOSXPrivate.h b/macosx/tkMacOSXPrivate.h index fd32c4b..adc7106 100644 --- a/macosx/tkMacOSXPrivate.h +++ b/macosx/tkMacOSXPrivate.h @@ -365,12 +365,4 @@ VISIBILITY_HIDDEN keyEquivalentModifierMask:(NSUInteger)keyEquivalentModifierMask; @end -//Remove private API calls here: not necessary for systems >= 10.7 -#if 0 -/* From WebKit/WebKit/mac/WebCoreSupport/WebChromeClient.mm: */ -@interface NSWindow(TKGrowBoxRect) -- (NSRect)_growBoxRect; -@end -#endif - #endif /* _TKMACPRIV */ |