From 46de28e9789618b2ea7af66c461f3f7db5ef0bd5 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Sat, 23 Mar 2024 11:16:24 +0100 Subject: Implement initial hidpi scaling --- 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 6d0119f..433f063 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); +void draw_set_size(Drawer *draw, int height, int left_pad, int right_pad, int top_pad, double scale); void draw_destroy(Drawer *draw); -- cgit v1.2.3