From 93c4d43b694aa6c1ea13dcc22ca647750eb29df0 Mon Sep 17 00:00:00 2001 From: fluxgen Date: Sat, 22 Mar 2003 11:38:24 +0000 Subject: minor indent --- src/WinButton.hh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/WinButton.hh b/src/WinButton.hh index 8817a48..49504e5 100644 --- a/src/WinButton.hh +++ b/src/WinButton.hh @@ -19,7 +19,7 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -/// $Id: WinButton.hh,v 1.1 2003/01/05 22:48:54 fluxgen Exp $ +/// $Id: WinButton.hh,v 1.2 2003/03/22 11:38:24 fluxgen Exp $ #include "Button.hh" @@ -31,7 +31,8 @@ class WinButton:public FbTk::Button { public: /// draw type for the button enum Type {MAXIMIZE, MINIMIZE, SHADE, STICK, CLOSE}; - WinButton(Type buttontype, const FbTk::FbWindow &parent, int x, int y, unsigned int width, unsigned int height); + WinButton(Type buttontype, const FbTk::FbWindow &parent, int x, int y, + unsigned int width, unsigned int height); /// override for drawing void exposeEvent(XExposeEvent &event); /// override for redrawing -- cgit v0.11.2