diff options
author | Kevin Walzer <kw@codebykevin.com> | 2014-12-24 04:48:02 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2014-12-24 04:48:02 (GMT) |
commit | 760fdd751b81aa56fc50a05d1d244410474621a6 (patch) | |
tree | 55a3242e9b8b575bcb7652d6032295f726578dca /macosx | |
parent | 0d26ea1e12a28136b3969f44b067df11a2195599 (diff) | |
download | tk-760fdd751b81aa56fc50a05d1d244410474621a6.zip tk-760fdd751b81aa56fc50a05d1d244410474621a6.tar.gz tk-760fdd751b81aa56fc50a05d1d244410474621a6.tar.bz2 |
Add method to tkMacOSXButton.c
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/tkMacOSXButton.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXButton.c b/macosx/tkMacOSXButton.c index b9ee7a3..f0e1cbd 100644 --- a/macosx/tkMacOSXButton.c +++ b/macosx/tkMacOSXButton.c @@ -38,7 +38,7 @@ static NSRect TkMacOSXGetButtonFrame(TkButton *butPtr); */ @interface TkNSButton: NSButton - +- (void)drawRect:(NSRect)dirtyRect; @end @implementation TkNSButton |