diff options
author | fvogel <fvogel@noemail.net> | 2017-10-17 20:06:39 (GMT) |
---|---|---|
committer | fvogel <fvogel@noemail.net> | 2017-10-17 20:06:39 (GMT) |
commit | 3404c43ad2ee2043bc4bd166ff2337d092e35be2 (patch) | |
tree | caf239f9ecfe6ca4567b98cd921af4beba5f3660 /macosx/tkMacOSXPrivate.h | |
parent | b4f46aaf839fa0586def4dab92cd8ecd0aa46cbc (diff) | |
download | tk-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.h | 1 |
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; |