X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=mod_statusbar%2Fstatusbar.h;h=8c1cec0f7377013a04a43cddd89f62a74333cc6b;hb=ae4260bb64817c11f9a7140324cd3e3ba113e297;hp=73999ad33be879237f4c5a519ab6436fd4551e16;hpb=8366314611bf30a0f31d25bf5f5023186fa87692;p=ion3.git diff --git a/mod_statusbar/statusbar.h b/mod_statusbar/statusbar.h index 73999ad..8c1cec0 100644 --- a/mod_statusbar/statusbar.h +++ b/mod_statusbar/statusbar.h @@ -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;