summaryrefslogtreecommitdiffhomepage
path: root/patch/bar_status.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-07-18 21:12:30 +0200
committerbakkeby <[email protected]>2020-07-18 21:12:30 +0200
commit6961418d636985d96c0c3248752e642b0ec4c84b (patch)
tree57391183827f8377d4d0ef66092deb73e82b2a26 /patch/bar_status.h
parent250fbbd2c77a36b1b7d22c252fb781cbab09ca79 (diff)
downloaddwm-flexipatch-6961418d636985d96c0c3248752e642b0ec4c84b.tar.gz
dwm-flexipatch-6961418d636985d96c0c3248752e642b0ec4c84b.zip
Extrabar --> extrastatus
Diffstat (limited to 'patch/bar_status.h')
-rw-r--r--patch/bar_status.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/patch/bar_status.h b/patch/bar_status.h
index bd169d9..36fabbb 100644
--- a/patch/bar_status.h
+++ b/patch/bar_status.h
@@ -1,3 +1,9 @@
static int width_status(Bar *bar, BarWidthArg *a);
+#if BAR_EXTRASTATUS_PATCH
+static int width_status_es(Bar *bar, BarWidthArg *a);
+#endif // BAR_EXTRASTATUS_PATCH
static int draw_status(Bar *bar, BarDrawArg *a);
+#if BAR_EXTRASTATUS_PATCH
+static int draw_status_es(Bar *bar, BarDrawArg *a);
+#endif // BAR_EXTRASTATUS_PATCH
static int click_status(Bar *bar, Arg *arg, BarClickArg *a); \ No newline at end of file