]> git.decadent.org.uk Git - ion3.git/blobdiff - de/brush.h
[svn-upgrade] Integrating new upstream version, ion3 (20070506)
[ion3.git] / de / brush.h
index d9a040a50f80b970c1d3838c15492f0835f3c478..3828a4377fe94faecb02847c15e19b45055b4b00 100644 (file)
@@ -3,10 +3,7 @@
  *
  * Copyright (c) Tuomo Valkonen 1999-2007. 
  *
- * Ion is free software; you can redistribute it and/or modify it under
- * the terms of the GNU Lesser General Public License as published by
- * the Free Software Foundation; either version 2.1 of the License, or
- * (at your option) any later version.
+ * See the included file LICENSE for details.
  */
 
 #ifndef ION_DE_BRUSH_H
@@ -27,11 +24,11 @@ INTRCLASS(DEBrush);
 typedef void DEBrushExtrasFn(DEBrush *brush, 
                              const WRectangle *g, 
                              DEColourGroup *cg,
-                             GrBorderWidths *bdw,
-                             GrFontExtents *fnte,
+                             const GrBorderWidths *bdw,
+                             const GrFontExtents *fnte,
                              const GrStyleSpec *a1,
                              const GrStyleSpec *a2,
-                             bool pre);
+                             bool pre, int index);
 
 DECLCLASS(DEBrush){
     GrBrush grbrush;