diff --git a/src/lib/elementary/elm_photocam_legacy.h b/src/lib/elementary/elm_photocam_legacy.h index 9ae4919339..d1e2e05884 100644 --- a/src/lib/elementary/elm_photocam_legacy.h +++ b/src/lib/elementary/elm_photocam_legacy.h @@ -1,3 +1,5 @@ +#include "canvas/efl_ui_zoom.eo.legacy.h" + /** * @brief Add a new Photocam object * diff --git a/src/lib/evas/canvas/efl_ui_zoom.eo b/src/lib/evas/canvas/efl_ui_zoom.eo index 778546797c..327c34d5e6 100644 --- a/src/lib/evas/canvas/efl_ui_zoom.eo +++ b/src/lib/evas/canvas/efl_ui_zoom.eo @@ -1,6 +1,7 @@ enum Efl.Ui.Zoom.Mode { [[Types of zoom available.]] + legacy: efl_ui_zoom_mode; manual = 0, [[Zoom controlled normally by efl_ui_zoom_set]] auto_fit, [[Zoom until photo fits in zoomable object]] auto_fill, [[Zoom until photo fills zoomable object]]