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 433f063..6d0119f 100644
--- a/src/draw.h
+++ b/src/draw.h
@@ -60,7 +60,7 @@ void draw_set_font(Drawer *draw, const char *font);
void draw_set_context(Drawer *draw, PangoContext *context);
-void draw_set_size(Drawer *draw, int height, int left_pad, int right_pad, int top_pad, double scale);
+void draw_set_size(Drawer *draw, int height, int left_pad, int right_pad, int top_pad);
void draw_destroy(Drawer *draw);