aboutsummaryrefslogtreecommitdiffstats
path: root/ui.h
diff options
context:
space:
mode:
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);