]> git.decadent.org.uk Git - ion3.git/blobdiff - de/style.h
[svn-upgrade] Integrating new upstream version, ion3 (20070203)
[ion3.git] / de / style.h
index f25c44ceedeaf7758a7223a7cda2ed9c562196ed..90dfc07345bae0c619687b0f0909ca7707c8008f 100644 (file)
@@ -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 */