]> git.decadent.org.uk Git - ion3.git/blobdiff - de/style.h
[svn-upgrade] Integrating new upstream version, ion3 (20070506)
[ion3.git] / de / style.h
index 172b509f8481a65ce00e4effe817d5f4ab32f287..11fbc5efbbf4acb3fe5870d1a436ee779c40fecc 100644 (file)
@@ -3,10 +3,7 @@
  *
  * 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_STYLE_H
@@ -73,7 +70,7 @@ DECLSTRUCT(DEStyle){
     int textalign;
     uint spacing;
     
-    ExtlTab data_table;
+    ExtlTab extras_table;
 
     /* Only initialised if used as a DETabBrush */
     bool tabbrush_data_ok;
@@ -100,5 +97,8 @@ extern void de_deinit_styles();
 
 extern DEStyle *de_get_style(WRootWin *rootwin, const GrStyleSpec *spec);
 
+extern void destyle_add(DEStyle *style);
+extern void destyle_dump(DEStyle *style);
+
 
 #endif /* ION_DE_STYLE_H */