summaryrefslogtreecommitdiffhomepage
path: root/patch/bar_status.h
diff options
context:
space:
mode:
Diffstat (limited to 'patch/bar_status.h')
-rw-r--r--patch/bar_status.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/patch/bar_status.h b/patch/bar_status.h
index 36fabbb..e6d8ab0 100644
--- a/patch/bar_status.h
+++ b/patch/bar_status.h
@@ -1,9 +1,9 @@
-static int width_status(Bar *bar, BarWidthArg *a);
+static int width_status(Bar *bar, BarArg *a);
#if BAR_EXTRASTATUS_PATCH
-static int width_status_es(Bar *bar, BarWidthArg *a);
+static int width_status_es(Bar *bar, BarArg *a);
#endif // BAR_EXTRASTATUS_PATCH
-static int draw_status(Bar *bar, BarDrawArg *a);
+static int draw_status(Bar *bar, BarArg *a);
#if BAR_EXTRASTATUS_PATCH
-static int draw_status_es(Bar *bar, BarDrawArg *a);
+static int draw_status_es(Bar *bar, BarArg *a);
#endif // BAR_EXTRASTATUS_PATCH
-static int click_status(Bar *bar, Arg *arg, BarClickArg *a); \ No newline at end of file
+static int click_status(Bar *bar, Arg *arg, BarArg *a); \ No newline at end of file