aboutsummaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-04-30 11:55:10 -0400
committerSam Anthony <sam@samanthony.xyz>2025-04-30 11:55:10 -0400
commit2f425edd957b84d92961d78e8377f12db59cf068 (patch)
treea199917ae609fdc7cd048a97020e02832a44b092 /ui.h
parent48073692989863cef977c2eef6677d866e46fc0d (diff)
downloadvolute-2f425edd957b84d92961d78e8377f12db59cf068.zip
add compressor canvas widget to ui
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h2
1 files changed, 1 insertions, 1 deletions
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);