20 #ifndef NCMPC_STATUS_BAR_H 21 #define NCMPC_STATUS_BAR_H 55 const struct mpd_song *song);
void status_bar_resize(struct status_bar *p, unsigned width, int y, int x)
void status_bar_message(struct status_bar *p, const char *msg)
void status_bar_init(struct status_bar *p, unsigned width, int y, int x)
Definition: status_bar.h:34
void status_bar_clear_message(struct status_bar *p)
guint message_source_id
Definition: status_bar.h:37
void status_bar_deinit(struct status_bar *p)
const struct mpd_song * prev_song
Definition: status_bar.h:43
void status_bar_paint(struct status_bar *p, const struct mpd_status *status, const struct mpd_song *song)
const struct mpd_status * prev_status
Definition: status_bar.h:42