mirror of
https://github.com/bakkeby/dwm-flexipatch
synced 2024-11-09 01:10:26 +00:00
10 lines
949 B
C
10 lines
949 B
C
static int width_flexwintitle(Bar *bar, BarArg *a);
|
|
static int draw_flexwintitle(Bar *bar, BarArg *a);
|
|
static int click_flexwintitle(Bar *bar, Arg *arg, BarArg *a);
|
|
|
|
static void flextitledraw(Monitor *m, Client *c, int unused, int x, int w, int groupactive, Arg *arg, BarArg *barg);
|
|
static void flextitleclick(Monitor *m, Client *c, int passx, int x, int w, int unused, Arg *arg, BarArg *barg);
|
|
static int flextitlecalculate(Monitor *m, int offx, int w, int passx, void(*tabfn)(Monitor *, Client *, int, int, int, int, Arg *arg, BarArg *barg), Arg *arg, BarArg *barg);
|
|
static int getschemefor(Monitor *m, int group, int activegroup);
|
|
static int getselschemefor(int scheme);
|
|
static Client *flextitledrawarea(Monitor *m, Client *c, int x, int r, int w, int max_clients, int tabscheme, int draw_tiled, int draw_hidden, int draw_floating, int passx, void(*tabfn)(Monitor *, Client *, int, int, int, int, Arg *arg, BarArg *barg), Arg *arg, BarArg *barg); |