]> git.decadent.org.uk Git - ion3.git/blobdiff - mod_statusbar/statusbar.h
[svn-upgrade] Integrating new upstream version, ion3 (20070203)
[ion3.git] / mod_statusbar / statusbar.h
index 73999ad33be879237f4c5a519ab6436fd4551e16..8392f166a589d231f8410020aa29022abc997ce4 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * ion/mod_statusbar/statusbar.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
@@ -48,10 +48,10 @@ DECLSTRUCT(WSBElem){
     int stretch;
     int text_w;
     char *text;
-    char *meter;
     int max_w;
     char *tmpl;
-    char *attr;
+    StringId meter;
+    StringId attr;
     int zeropad;
     int x;
     PtrList *traywins;