]> git.decadent.org.uk Git - ion3.git/blobdiff - de/colour.h
Imported Upstream version 20090110
[ion3.git] / de / colour.h
index 8886b9783fba49a579fbe660ec3b8e1841812c67..2c2b166d136d157ee7c62ef2b7c39f9ad63d527f 100644 (file)
@@ -1,12 +1,9 @@
 /*
  * ion/de/colour.h
  *
- * Copyright (c) Tuomo Valkonen 1999-2006
+ * 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_COLOUR_H
@@ -24,7 +21,7 @@ typedef unsigned long DEColour;
 
 
 DECLSTRUCT(DEColourGroup){
-    char *spec;
+    GrStyleSpec spec;
     DEColour bg, hl, sh, fg, pad;
 };