aboutsummaryrefslogtreecommitdiff
path: root/src/draw.h
diff options
context:
space:
mode:
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);