diff options
| author | Federico Angelilli <code@fedang.net> | 2024-03-23 11:16:24 +0100 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-03-23 11:16:24 +0100 |
| commit | 46de28e9789618b2ea7af66c461f3f7db5ef0bd5 (patch) | |
| tree | 00a4493d538895b168ba9852a07319a71e553788 /src/draw.h | |
| parent | 12f20dd7cd742e0cf54543ea5a1642b911ed1ec6 (diff) | |
Implement initial hidpi scaling
Diffstat (limited to 'src/draw.h')
| -rw-r--r-- | src/draw.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
