aboutsummaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2025-04-29 13:22:06 -0400
committerSam Anthony <sam@samanthony.xyz>2025-04-29 13:22:06 -0400
commita7284d1250b3605a471daddb9a214c2fa5978f82 (patch)
tree3eee7c469dc50aa2409ba38e8d1b9a1da4187023 /ui.h
parenta9a75f182ad82cf54ca62a5c1e2d1cebc310c850 (diff)
downloadvolute-a7284d1250b3605a471daddb9a214c2fa5978f82.zip
image widget
Diffstat (limited to 'ui.h')
-rw-r--r--ui.h2
1 files changed, 2 insertions, 0 deletions
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);