X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=blobdiff_plain;f=de%2Fcolour.h;h=06d865407e8fcb38611d8927502a517c96cca4c8;hp=8886b9783fba49a579fbe660ec3b8e1841812c67;hb=20070203;hpb=8366314611bf30a0f31d25bf5f5023186fa87692 diff --git a/de/colour.h b/de/colour.h index 8886b97..06d8654 100644 --- a/de/colour.h +++ b/de/colour.h @@ -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; };