dwm/patch/bar_status2d.h

15 lines
519 B
C
Raw Normal View History

static int width_status2d(Bar *bar, BarArg *a);
2020-07-18 21:12:30 +02:00
#if BAR_EXTRASTATUS_PATCH
static int width_status2d_es(Bar *bar, BarArg *a);
2020-07-18 21:12:30 +02:00
#endif // BAR_EXTRASTATUS_PATCH
static int draw_status2d(Bar *bar, BarArg *a);
2020-07-18 21:12:30 +02:00
#if BAR_EXTRASTATUS_PATCH
static int draw_status2d_es(Bar *bar, BarArg *a);
2020-07-18 21:12:30 +02:00
#endif // BAR_EXTRASTATUS_PATCH
2020-07-18 13:03:30 +02:00
#if !BAR_STATUSCMD_PATCH
static int click_status2d(Bar *bar, Arg *arg, BarArg *a);
2020-07-18 13:03:30 +02:00
#endif // BAR_STATUSCMD_PATCH
static int drawstatusbar(BarArg *a, char *text);
static int status2dtextlength(char *stext);