summaryrefslogtreecommitdiffhomepage
path: root/patch/bar_wintitle_hidden.h
diff options
context:
space:
mode:
Diffstat (limited to 'patch/bar_wintitle_hidden.h')
-rw-r--r--patch/bar_wintitle_hidden.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/patch/bar_wintitle_hidden.h b/patch/bar_wintitle_hidden.h
index aaa1be7..e757391 100644
--- a/patch/bar_wintitle_hidden.h
+++ b/patch/bar_wintitle_hidden.h
@@ -1,7 +1,8 @@
-static int width_wintitle_hidden(Bar *bar, BarWidthArg *a);
-static int draw_wintitle_hidden(Bar *bar, BarDrawArg *a);
-static int click_wintitle_hidden(Bar *bar, Arg *arg, BarClickArg *a);
+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), Arg *arg
+ void(*tabfn)(Monitor *, Client *, int, int, int, int, Arg *arg, BarArg *barg),
+ Arg *arg, BarArg *barg
); \ No newline at end of file