From a468f82c2d967999c1723381f4066933faebcef6 Mon Sep 17 00:00:00 2001 From: spl3g Date: Sat, 1 Nov 2025 15:05:35 +0300 Subject: Add ui scaling (works kinda strange) --- src/ui.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/ui.h') diff --git a/src/ui.h b/src/ui.h index 3c89d3e..daf4596 100644 --- a/src/ui.h +++ b/src/ui.h @@ -48,6 +48,7 @@ typedef struct { size_t keys_amount; KnobSettings *knob_settings; Arena *arena; + float scale; } UIData; typedef struct { -- cgit v1.2.3