ecore_wl2: Modify API ecore_wl_window_geometry_get() and use it on event handler...
authorDoyoun Kang <doyoun.kang@samsung.com>
Tue, 14 Nov 2017 02:07:29 +0000 (11:07 +0900)
committerJiyoun Park <jy0703.park@samsung.com>
Tue, 19 Dec 2017 07:42:18 +0000 (16:42 +0900)
commitb8182616f28cecd95aff317ff5f2509c93e9b57c
tree7bb25d02a722b2021f6705f2467cb44a5ebeaf06
parent8592e677cb3565008694c668210db38e355a0094
ecore_wl2: Modify 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: Ic5dda59ab126912e0de4e4cf2d2f6c29b38f667e
src/modules/ecore_evas/engines/wayland/ecore_evas_wayland_common.c