aboutsummaryrefslogtreecommitdiff
path: root/src/draw.h
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2023-11-19 12:29:04 +0100
committerFederico Angelilli <code@fedang.net>2023-11-19 12:29:04 +0100
commit6ac026b7a28dcf704a2d239184f75c81cbdae008 (patch)
tree0ca6991c5539b55ed83323e770ccb389dcfa658f /src/draw.h
parentbd327c61eb3c59458b197e70f6c091d81dbde1ba (diff)
Add button alignment and layouting
Diffstat (limited to 'src/draw.h')
-rw-r--r--src/draw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/draw.h b/src/draw.h
index 9c46900..3d3f7ed 100644
--- a/src/draw.h
+++ b/src/draw.h
@@ -30,7 +30,7 @@ typedef struct {
Drawable *draw_create(const char *font, int height, int left_pad, int right_pad, int top_pad, double alpha);
-void draw_compute_layout(Drawable *draw, GList *btns, cairo_t *cr);
+void draw_compute_layout(Drawable *draw, Window *win, GList *btns);
void draw_paint(Drawable *draw, Window *win);