From 8305bf877592ea0b2c2833952385f3aa1a2713e0 Mon Sep 17 00:00:00 2001 From: sasha Date: Mon, 19 Nov 2007 15:50:46 +0000 Subject: [PATCH] fixed copyrights in background.C and styling in background.h --- src/background.C | 3 --- src/background.h | 12 ++++++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/background.C b/src/background.C index aaa15ff6..f703f040 100644 --- a/src/background.C +++ b/src/background.C @@ -3,9 +3,6 @@ *----------------------------------------------------------------------* * * All portions of code are copyright by their respective author/s. - * Copyright (c) 1997 Carsten Haitzler - * Copyright (c) 1997,1998 Oezguer Kesim - * Copyright (c) 1998-2001 Geoff Wing * Copyright (c) 2005-2006 Marc Lehmann * Copyright (c) 2007 Sasha Vasko * diff --git a/src/background.h b/src/background.h index 4263b955..0f212072 100644 --- a/src/background.h +++ b/src/background.h @@ -55,10 +55,14 @@ struct bgPixmap_t bool render_asim (ASImage *background, ARGB32 background_tint); # endif - enum { - noScale = 0, windowScale = 100, defaultScale = windowScale, - centerAlign = 50, defaultAlign = centerAlign, - rootAlign = -10000 }; + enum { + noScale = 0, + windowScale = 100, + defaultScale = windowScale, + centerAlign = 50, + defaultAlign = centerAlign, + rootAlign = -10000 + }; unsigned int h_scale, v_scale;/* percents of the window size */ int h_align, v_align; /* percents of the window size: -- 2.34.1