]> git.decadent.org.uk Git - ion3.git/blobdiff - mod_statusbar/statusbar.h
[svn-upgrade] Integrating new upstream version, ion3 (20070506)
[ion3.git] / mod_statusbar / statusbar.h
index 73999ad33be879237f4c5a519ab6436fd4551e16..8c1cec0f7377013a04a43cddd89f62a74333cc6b 100644 (file)
@@ -1,12 +1,9 @@
 /*
  * 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
- * 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_MOD_STATUSBAR_STATUSBAR_H
@@ -48,10 +45,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;