From 2f425edd957b84d92961d78e8377f12db59cf068 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Wed, 30 Apr 2025 11:55:10 -0400 Subject: add compressor canvas widget to ui --- ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui.h') diff --git a/ui.h b/ui.h index fe3d783..a26ff39 100644 --- a/ui.h +++ b/ui.h @@ -48,7 +48,7 @@ typedef struct { int ncomps; w_Select_Compressor comp_select; - w_Image comp_img; + w_Canvas comp_img; } UI; int init_ui(UI *ui); -- cgit v1.2.3