summaryrefslogtreecommitdiffhomepage
path: root/patch/bar_status2d.h
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-09-09 17:24:02 +0200
committerbakkeby <[email protected]>2020-09-09 17:24:02 +0200
commitff9811f73d1f3d47a6ab7a2a7e44308bf849fb44 (patch)
treeded58addbdbcf61bdf8eaa99d9c67f46d1f8921d /patch/bar_status2d.h
parentb3e6e3531b79b4bcd6938f291f9658ca5bbc5dd2 (diff)
downloaddwm-flexipatch-ff9811f73d1f3d47a6ab7a2a7e44308bf849fb44.tar.gz
dwm-flexipatch-ff9811f73d1f3d47a6ab7a2a7e44308bf849fb44.zip
Just some minor changes adding bar border patch ref. #41
Diffstat (limited to 'patch/bar_status2d.h')
-rw-r--r--patch/bar_status2d.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/patch/bar_status2d.h b/patch/bar_status2d.h
index ea48dd3..868a568 100644
--- a/patch/bar_status2d.h
+++ b/patch/bar_status2d.h
@@ -1,13 +1,13 @@
-static int width_status2d(Bar *bar, BarWidthArg *a);
+static int width_status2d(Bar *bar, BarArg *a);
#if BAR_EXTRASTATUS_PATCH
-static int width_status2d_es(Bar *bar, BarWidthArg *a);
+static int width_status2d_es(Bar *bar, BarArg *a);
#endif // BAR_EXTRASTATUS_PATCH
-static int draw_status2d(Bar *bar, BarDrawArg *a);
+static int draw_status2d(Bar *bar, BarArg *a);
#if BAR_EXTRASTATUS_PATCH
-static int draw_status2d_es(Bar *bar, BarDrawArg *a);
+static int draw_status2d_es(Bar *bar, BarArg *a);
#endif // BAR_EXTRASTATUS_PATCH
#if !BAR_STATUSCMD_PATCH
-static int click_status2d(Bar *bar, Arg *arg, BarClickArg *a);
+static int click_status2d(Bar *bar, Arg *arg, BarArg *a);
#endif // BAR_STATUSCMD_PATCH
-static int drawstatusbar(int x, char *text);
+static int drawstatusbar(BarArg *a, char *text);
static int status2dtextlength(char *stext); \ No newline at end of file