]> git.decadent.org.uk Git - ion3.git/blob - mod_statusbar/draw.h
Imported Upstream version 20090110
[ion3.git] / mod_statusbar / draw.h
1 /*
2  * ion/mod_statusbar/draw.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2009. 
5  *
6  * See the included file LICENSE for details.
7  */
8
9 #ifndef ION_MOD_STATUSBAR_DRAW_H
10 #define ION_MOD_STATUSBAR_DRAW_H
11
12 #include <libextl/extl.h>
13 #include "statusbar.h"
14
15 extern void statusbar_draw(WStatusBar *sb, bool complete);
16 extern void statusbar_calculate_xs(WStatusBar *sb);
17
18 #endif /* ION_MOD_STATUSBAR_DRAW_H */