Actually make the windows key the default meta key
[notion.git] / mod_statusbar / draw.h
blobff71816072becb42e924534095eebc3266fad743
1 /*
2 * ion/mod_statusbar/draw.h
4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
7 */
9 #ifndef ION_MOD_STATUSBAR_DRAW_H
10 #define ION_MOD_STATUSBAR_DRAW_H
12 #include <libextl/extl.h>
13 #include "statusbar.h"
15 extern void statusbar_draw(WStatusBar *sb, bool complete);
16 extern void statusbar_calculate_xs(WStatusBar *sb);
18 #endif /* ION_MOD_STATUSBAR_DRAW_H */