]> git.decadent.org.uk Git - ion3.git/blobdiff - de/colour.h
[svn-upgrade] Integrating new upstream version, ion3 (20070203)
[ion3.git] / de / colour.h
index 8886b9783fba49a579fbe660ec3b8e1841812c67..06d865407e8fcb38611d8927502a517c96cca4c8 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * ion/de/colour.h
  *
- * Copyright (c) Tuomo Valkonen 1999-2006
+ * 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
@@ -24,7 +24,7 @@ typedef unsigned long DEColour;
 
 
 DECLSTRUCT(DEColourGroup){
-    char *spec;
+    GrStyleSpec spec;
     DEColour bg, hl, sh, fg, pad;
 };