diff options
| author | bakkeby <[email protected]> | 2020-09-09 17:24:02 +0200 |
|---|---|---|
| committer | bakkeby <[email protected]> | 2020-09-09 17:24:02 +0200 |
| commit | ff9811f73d1f3d47a6ab7a2a7e44308bf849fb44 (patch) | |
| tree | ded58addbdbcf61bdf8eaa99d9c67f46d1f8921d /patch/bar_tabgroups.h | |
| parent | b3e6e3531b79b4bcd6938f291f9658ca5bbc5dd2 (diff) | |
| download | dwm-flexipatch-ff9811f73d1f3d47a6ab7a2a7e44308bf849fb44.tar.gz dwm-flexipatch-ff9811f73d1f3d47a6ab7a2a7e44308bf849fb44.zip | |
Just some minor changes adding bar border patch ref. #41
Diffstat (limited to 'patch/bar_tabgroups.h')
| -rw-r--r-- | patch/bar_tabgroups.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/patch/bar_tabgroups.h b/patch/bar_tabgroups.h index 113701f..e118c0d 100644 --- a/patch/bar_tabgroups.h +++ b/patch/bar_tabgroups.h @@ -1,7 +1,7 @@ -static int width_bartabgroups(Bar *bar, BarWidthArg *a); -static int draw_bartabgroups(Bar *bar, BarDrawArg *a); -static int click_bartabgroups(Bar *bar, Arg *arg, BarClickArg *a); +static int width_bartabgroups(Bar *bar, BarArg *a); +static int draw_bartabgroups(Bar *bar, BarArg *a); +static int click_bartabgroups(Bar *bar, Arg *arg, BarArg *a); -static void bartabdraw(Monitor *m, Client *c, int unused, int x, int w, int groupactive, Arg *arg); -static void bartabclick(Monitor *m, Client *c, int passx, int x, int w, int unused, Arg *arg); -static int bartabcalculate(Monitor *m, int offx, int w, int passx, void(*tabfn)(Monitor *, Client *, int, int, int, int, Arg *arg), Arg *arg);
\ No newline at end of file +static void bartabdraw(Monitor *m, Client *c, int unused, int x, int w, int groupactive, Arg *arg, BarArg *barg); +static void bartabclick(Monitor *m, Client *c, int passx, int x, int w, int unused, Arg *arg, BarArg *barg); +static int bartabcalculate(Monitor *m, int offx, int w, int passx, void(*tabfn)(Monitor *, Client *, int, int, int, int, Arg *arg, BarArg *barg), Arg *arg, BarArg *barg);
\ No newline at end of file |
