]> git.decadent.org.uk Git - ion3.git/blobdiff - de/brush.h
Imported Upstream version 20090110
[ion3.git] / de / brush.h
index d9a040a50f80b970c1d3838c15492f0835f3c478..523fcc7158da2e148ebecfcc93ee3d3e8d5c6358 100644 (file)
@@ -1,12 +1,9 @@
 /*
  * ion/de/brush.h
  *
- * Copyright (c) Tuomo Valkonen 1999-2007
+ * Copyright (c) Tuomo Valkonen 1999-2009
  *
- * 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;