X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ion3.git;a=blobdiff_plain;f=de%2Fstyle.h;h=90dfc07345bae0c619687b0f0909ca7707c8008f;hp=f25c44ceedeaf7758a7223a7cda2ed9c562196ed;hb=20070203;hpb=8366314611bf30a0f31d25bf5f5023186fa87692 diff --git a/de/style.h b/de/style.h index f25c44c..90dfc07 100644 --- a/de/style.h +++ b/de/style.h @@ -1,7 +1,7 @@ /* * ion/de/style.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 @@ -46,7 +46,7 @@ DECLSTRUCT(DEBorder){ DECLSTRUCT(DEStyle){ - char *style; + GrStyleSpec spec; int usecount; bool is_fallback; @@ -91,7 +91,7 @@ extern void destyle_create_tab_gcs(DEStyle *style); extern void de_reset(); extern void de_deinit_styles(); -extern DEStyle *de_get_style(WRootWin *rootwin, const char *name); +extern DEStyle *de_get_style(WRootWin *rootwin, const GrStyleSpec *spec); #endif /* ION_DE_STYLE_H */