mirror of
https://github.com/bakkeby/dwm-flexipatch
synced 2024-11-09 01:10:26 +00:00
10 lines
359 B
C
10 lines
359 B
C
static int width_wintitle_hidden(Bar *bar, BarArg *a);
|
|
static int draw_wintitle_hidden(Bar *bar, BarArg *a);
|
|
static int click_wintitle_hidden(Bar *bar, Arg *arg, BarArg *a);
|
|
static int calc_wintitle_hidden(
|
|
Monitor *m, int offx, int tabw, int passx,
|
|
void(*tabfn)(Monitor *, Client *, int, int, int, int, Arg *arg, BarArg *barg),
|
|
Arg *arg, BarArg *barg
|
|
);
|
|
|