Merge Efl.Orient and Efl.Flip into the same enum
authorXavi Artigas <xavierartigas@yahoo.es>
Mon, 20 May 2019 15:51:56 +0000 (11:51 -0400)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 30 May 2019 08:17:52 +0000 (17:17 +0900)
commit8fec3eb31190e7abbf3f24b2b0acf1bfefecea5f
treeeef3dec4de24b7c0d5c48d6c538317f600b291e8
parent2c6ee3c477f59b45c724c31bf7634d78dd69edb0
Merge Efl.Orient and Efl.Flip into the same enum

Summary:
This is similar to how it is in Evas, and simplifies the Efl.Orientation
interface, which only needs one property now.

Relates to T7919

Test Plan: Everything builds and tests pass. There's only one example of efl_orientation_set() so there's not much to test yet.

Reviewers: zmike, bu5hm4n, cedric, Hermet, Jaehyun_Cho

Reviewed By: zmike

Subscribers: #reviewers, #committers

Tags: #efl

Maniphest Tasks: T7919

Differential Revision: https://phab.enlightenment.org/D8912
src/examples/evas/evas-images5.c
src/lib/efl/interfaces/efl_orientation.eo
src/lib/elementary/efl_ui_image.c
src/lib/elementary/efl_ui_image.eo
src/lib/elementary/efl_ui_image_zoomable.c
src/lib/elementary/efl_ui_image_zoomable.eo
src/lib/elementary/efl_ui_image_zoomable_private.h
src/lib/elementary/efl_ui_widget_image.h
src/lib/evas/canvas/efl_canvas_image_internal.eo
src/lib/evas/canvas/evas_image_private.h
src/lib/evas/canvas/evas_object_image.c