summaryrefslogtreecommitdiffhomepage
path: root/patch/bar_fancybar.h
diff options
context:
space:
mode:
Diffstat (limited to 'patch/bar_fancybar.h')
-rw-r--r--patch/bar_fancybar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/patch/bar_fancybar.h b/patch/bar_fancybar.h
index 24336d9..b7b2875 100644
--- a/patch/bar_fancybar.h
+++ b/patch/bar_fancybar.h
@@ -1,3 +1,3 @@
-static int width_fancybar(Monitor *m, int max_width);
-static int draw_fancybar(Monitor *m, int x, int w);
-static int click_fancybar(Monitor *m, Arg *arg, int rel_x, int rel_y, int rel_w, int rel_h); \ No newline at end of file
+static int width_fancybar(Monitor *m, BarWidthArg *a);
+static int draw_fancybar(Monitor *m, BarDrawArg *a);
+static int click_fancybar(Monitor *m, Arg *arg, BarClickArg *a); \ No newline at end of file