X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=de%2Fcolour.h;h=0f99863e649a899486d096d1a6fb4614460bd5e4;hb=ae4260bb64817c11f9a7140324cd3e3ba113e297;hp=8886b9783fba49a579fbe660ec3b8e1841812c67;hpb=8366314611bf30a0f31d25bf5f5023186fa87692;p=ion3.git diff --git a/de/colour.h b/de/colour.h index 8886b97..0f99863 100644 --- a/de/colour.h +++ b/de/colour.h @@ -1,12 +1,9 @@ /* * 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 - * 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; };