diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-05-09 15:21:43 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-05-09 15:21:43 (GMT) |
commit | 6b305ada3d3a68c00bc6ddaf163ae327f1c44e05 (patch) | |
tree | 26848189e63590678293f2ff1f2fee1ed9808009 /macosx/tkMacOSXButton.c | |
parent | d618cd4a9d9fc73586c882e5ab59eb62bfe2f7db (diff) | |
download | tk-6b305ada3d3a68c00bc6ddaf163ae327f1c44e05.zip tk-6b305ada3d3a68c00bc6ddaf163ae327f1c44e05.tar.gz tk-6b305ada3d3a68c00bc6ddaf163ae327f1c44e05.tar.bz2 |
Whitespace cleanup, syncronize a little with "trunk" version.
Diffstat (limited to 'macosx/tkMacOSXButton.c')
-rw-r--r-- | macosx/tkMacOSXButton.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/macosx/tkMacOSXButton.c b/macosx/tkMacOSXButton.c index 25452a4..00c7c9b 100644 --- a/macosx/tkMacOSXButton.c +++ b/macosx/tkMacOSXButton.c @@ -185,7 +185,7 @@ TkpDisplayButton( Pixmap pixmap; DrawParams* dpPtr = &macButtonPtr->drawParams; int needhighlight = 0; - + if (butPtr->flags & BUTTON_DELETED) { return; } @@ -199,7 +199,7 @@ TkpDisplayButton( * Set up clipping region. Make sure the we are using the port * for this button, or we will set the wrong window's clip. */ - + TkMacOSXSetUpClippingRgn(Tk_WindowId(tkwin)); if (TkMacOSXComputeButtonDrawParams(butPtr, dpPtr)) { @@ -1164,6 +1164,7 @@ TkMacOSXComputeButtonDrawParams( * *-------------------------------------------------------------- */ + static void PulseDefaultButtonProc(ClientData clientData) { |