From a7284d1250b3605a471daddb9a214c2fa5978f82 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Tue, 29 Apr 2025 13:22:06 -0400 Subject: image widget --- ui.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui.h') diff --git a/ui.h b/ui.h index b5c2635..fe3d783 100644 --- a/ui.h +++ b/ui.h @@ -47,6 +47,8 @@ typedef struct { Compressor *comps; int ncomps; w_Select_Compressor comp_select; + + w_Image comp_img; } UI; int init_ui(UI *ui); -- cgit v1.2.3