summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmitesh Singh <amitesh.sh@samsung.com>2017-05-18 15:30:24 +0900
committerAmitesh Singh <amitesh.sh@samsung.com>2017-05-18 15:30:41 +0900
commit5ed8ed5ba243e9617f877467f4ee01c3b9e6998f (patch)
tree50380f15f9340d7b219bce9ad4e1264b50395a14
parent5e1711aac1c751570fc263cbdc3b97dc000002cd (diff)
downloadefl-devs/ami/zoom.tar.gz
photocam: fix make distcheckdevs/ami/zoom
Signed-off-by: Amitesh Singh <amitesh.sh@samsung.com>
-rw-r--r--src/lib/elementary/elm_photocam_legacy.h2
-rw-r--r--src/lib/evas/canvas/efl_ui_zoom.eo1
2 files changed, 3 insertions, 0 deletions
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]]