20 #ifndef NCMPC_TITLE_BAR_H 21 #define NCMPC_TITLE_BAR_H 34 title_bar_init(
struct title_bar *p,
unsigned width,
int y,
int x)
36 window_init(&p->
window, 2, width, y, x);
50 const struct mpd_status *status);
void title_bar_paint(const struct title_bar *p, const char *title, const struct mpd_status *status)
void title_bar_resize(struct title_bar *p, unsigned width)
struct window window
Definition: title_bar.h:30
Definition: title_bar.h:29
WINDOW * w
Definition: window.h:27