summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXPrivate.h
diff options
context:
space:
mode:
authorfvogel <fvogel@noemail.net>2017-10-17 20:06:39 (GMT)
committerfvogel <fvogel@noemail.net>2017-10-17 20:06:39 (GMT)
commit3404c43ad2ee2043bc4bd166ff2337d092e35be2 (patch)
treecaf239f9ecfe6ca4567b98cd921af4beba5f3660 /macosx/tkMacOSXPrivate.h
parentb4f46aaf839fa0586def4dab92cd8ecd0aa46cbc (diff)
downloadtk-3404c43ad2ee2043bc4bd166ff2337d092e35be2.zip
tk-3404c43ad2ee2043bc4bd166ff2337d092e35be2.tar.gz
tk-3404c43ad2ee2043bc4bd166ff2337d092e35be2.tar.bz2
New patch from Marc Culler aiming at fixing [fab5fed65e] without breaking again [92e614e612] nor [40a9abb9db].
FossilOrigin-Name: c85f2e6a7e9780049b2d818fa931fdfee76ea0034c5bb5c5a4eb89d03ab49a50
Diffstat (limited to 'macosx/tkMacOSXPrivate.h')
-rw-r--r--macosx/tkMacOSXPrivate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/macosx/tkMacOSXPrivate.h b/macosx/tkMacOSXPrivate.h
index 6248c5a..e3c9464 100644
--- a/macosx/tkMacOSXPrivate.h
+++ b/macosx/tkMacOSXPrivate.h
@@ -344,7 +344,6 @@ VISIBILITY_HIDDEN
@interface TKContentView(TKWindowEvent)
- (void) drawRect: (NSRect) rect;
- (void) generateExposeEvents: (HIShapeRef) shape;
-- (void) generateExposeEvents: (HIShapeRef) shape childrenOnly: (int) childrenOnly;
- (void) viewDidEndLiveResize;
- (void) tkToolbarButton: (id) sender;
- (BOOL) isOpaque;