*----------------------------------------------------------------------*
*
* All portions of code are copyright by their respective author/s.
- * Copyright (c) 1997 Carsten Haitzler <raster@zip.com.au>
- * Copyright (c) 1997,1998 Oezguer Kesim <kesim@math.fu-berlin.de>
- * Copyright (c) 1998-2001 Geoff Wing <gcw@pobox.com>
* Copyright (c) 2005-2006 Marc Lehmann <pcg@goof.com>
* Copyright (c) 2007 Sasha Vasko <sasha@aftercode.net>
*
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: