diff options
| author | Federico Angelilli <code@fedang.net> | 2024-04-14 00:29:28 +0200 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-04-14 00:29:28 +0200 |
| commit | 3768820fb27ff394114a17f6612417bcc78689a0 (patch) | |
| tree | 9f954b70fcb3855f0d3c3e955a5ad3b233287401 /src/draw.h | |
| parent | cccfc17f790e84a9e574af97726cc5ef63a22447 (diff) | |
Fix size scaling and use scale only every 25%
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, double scale); +void draw_set_size(Drawer *draw, int height, int left_pad, int right_pad, int top_pad); void draw_destroy(Drawer *draw); |
