From 6ac026b7a28dcf704a2d239184f75c81cbdae008 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Sun, 19 Nov 2023 12:29:04 +0100 Subject: Add button alignment and layouting --- src/draw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/draw.h') 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); -- cgit v1.2.3