dwm/patch/bar_status.h

11 lines
361 B
C
Raw Normal View History

static int width_status(Bar *bar, BarArg *a);
2020-07-18 21:12:30 +02:00
#if BAR_EXTRASTATUS_PATCH
static int width_status_es(Bar *bar, BarArg *a);
2020-07-18 21:12:30 +02:00
#endif // BAR_EXTRASTATUS_PATCH
static int draw_status(Bar *bar, BarArg *a);
2020-07-18 21:12:30 +02:00
#if BAR_EXTRASTATUS_PATCH
static int draw_status_es(Bar *bar, BarArg *a);
2020-07-18 21:12:30 +02:00
#endif // BAR_EXTRASTATUS_PATCH
static int click_status(Bar *bar, Arg *arg, BarArg *a);