summaryrefslogtreecommitdiff
path: root/src/lib/elm_widget_image.h
diff options
context:
space:
mode:
authorJi-Youn Park <jy0703.park@samsung.com>2016-03-24 17:54:05 +0830
committerJi-Youn Park <jy0703.park@samsung.com>2016-03-24 17:54:08 +0830
commitc66d478ebb2c1a0aff52571467d7a6b87a533382 (patch)
tree505a14e1ced21ed23ece42083ac7791fa9f9b851 /src/lib/elm_widget_image.h
parentae64b6366713c3e579f8a6905ee444dd97149f75 (diff)
downloadelementary-c66d478ebb2c1a0aff52571467d7a6b87a533382.tar.gz
Elm_image: remove Elm_Image_Orient and orient property from EO.HEADmaster
Diffstat (limited to 'src/lib/elm_widget_image.h')
-rw-r--r--src/lib/elm_widget_image.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/elm_widget_image.h b/src/lib/elm_widget_image.h
index 7836d9083..1439824e2 100644
--- a/src/lib/elm_widget_image.h
+++ b/src/lib/elm_widget_image.h
@@ -61,7 +61,7 @@ struct _Elm_Image_Data
int frame_count;
int cur_frame;
- Elm_Image_Orient orient;
+ Efl_Gfx_Orientation orient;
struct {
Ecore_Thread *th;