diff options
| author | Federico Angelilli <code@fedang.net> | 2023-11-19 12:29:04 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2023-11-19 12:29:04 +0100 |
| commit | 6ac026b7a28dcf704a2d239184f75c81cbdae008 (patch) | |
| tree | 0ca6991c5539b55ed83323e770ccb389dcfa658f /src/draw.h | |
| parent | bd327c61eb3c59458b197e70f6c091d81dbde1ba (diff) | |
Add button alignment and layouting
Diffstat (limited to 'src/draw.h')
| -rw-r--r-- | src/draw.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
