ecore_wayland: Add API ecore_wl_window_geometry_get() and use it on event handler... 94/77494/3 accepted/tizen/common/20160703.130317 accepted/tizen/ivi/20160630.063520 accepted/tizen/mobile/20160630.063544 accepted/tizen/tv/20160630.063510 accepted/tizen/wearable/20160630.063533 submit/tizen/20160630.053243 submit/tizen_common/20160701.180000
authorSeunghun Lee <shiin.lee@samsung.com>
Thu, 30 Jun 2016 04:13:44 +0000 (13:13 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Thu, 30 Jun 2016 05:26:33 +0000 (22:26 -0700)
commit18048d52bd1af2725cfe6f0ab1ab4064bbbc7f39
tree465986a879cb23b433c47a06ae3963cd79048eaa
parentf8a5919d275701ba807afb86ae7dc52e5a52b5f8
ecore_wayland: Add API ecore_wl_window_geometry_get() and use it on event handler of configure.

The geometry of ecore_wl_window can be reconfigured by both of server and client.
Before, we passed its geometry as a Ecore Event in order to notify ecore_evas,
But in this case we cannot gaurantee coherence.
Thus, it would be better to give the geometry by the API on event handler.

Change-Id: Iad4ff888ab7c79ef446a083bbfe4cd362c0cb551
src/lib/ecore_wayland/Ecore_Wayland.h
src/lib/ecore_wayland/ecore_wl_window.c
src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c