elm_win: clean elm apis related with rotation.
authorJi-Youn Park <jy0703.park@samsung.com>
Fri, 27 May 2016 08:13:08 +0000 (16:43 +0830)
committerJi-Youn Park <jy0703.park@samsung.com>
Fri, 27 May 2016 08:13:08 +0000 (16:43 +0830)
commitec464939d9b8e4daabb55fab07e369a7e00cc941
treeedeac9649f40dd5ba6eeb9bc6f234e5860809bb9
parent589eae9a8bff9aa160df61656a7faab8bd2b9169
elm_win: clean elm apis related with rotation.

elm_win only support two kind of apis.
1. elm_win_screen_rotation_get
this api is used to detect screen rotation before app doing something before rotation event.
for example, app can query rotation before deciding there layout.
2. elm_win_available_rotation_set/get
like video app, can set only landscape mode if they need.
src/lib/elementary/elm_win.c
src/lib/elementary/elm_win.eo
src/lib/elementary/elm_win_legacy.h