]> git.decadent.org.uk Git - ion3.git/blob - mod_statusbar/draw.h
0724973b31a68eb6084a283e95048a5cb448e22c
[ion3.git] / mod_statusbar / draw.h
1 /*
2  * ion/mod_statusbar/draw.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2007. 
5  *
6  * Ion is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU Lesser General Public License as published by
8  * the Free Software Foundation; either version 2.1 of the License, or
9  * (at your option) any later version.
10  */
11
12 #ifndef ION_MOD_STATUSBAR_DRAW_H
13 #define ION_MOD_STATUSBAR_DRAW_H
14
15 #include <libextl/extl.h>
16 #include "statusbar.h"
17
18 extern void statusbar_draw(WStatusBar *sb, bool complete);
19 extern void statusbar_calculate_xs(WStatusBar *sb);
20
21 #endif /* ION_MOD_STATUSBAR_DRAW_H */