statusbar_draw is static
This commit is contained in:
parent
56d7e1654a
commit
feac2caa81
|
@ -62,7 +62,7 @@ statusbar_update_position(Statusbar *statusbar)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
static void
|
||||||
statusbar_draw(Statusbar *statusbar)
|
statusbar_draw(Statusbar *statusbar)
|
||||||
{
|
{
|
||||||
int phys_screen = get_phys_screen(statusbar->screen);
|
int phys_screen = get_phys_screen(statusbar->screen);
|
||||||
|
|
|
@ -25,7 +25,6 @@
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
void statusbar_refresh(void);
|
void statusbar_refresh(void);
|
||||||
void statusbar_draw(Statusbar *);
|
|
||||||
void statusbar_init(Statusbar *, int);
|
void statusbar_init(Statusbar *, int);
|
||||||
void statusbar_display(Statusbar *);
|
void statusbar_display(Statusbar *);
|
||||||
Position statusbar_get_position_from_str(const char *);
|
Position statusbar_get_position_from_str(const char *);
|
||||||
|
|
Loading…
Reference in New Issue