ecore-wl2: Add event to raise when window configure is completed.
authorChris Michael <cp.michael@samsung.com>
Wed, 11 Jan 2017 17:22:01 +0000 (12:22 -0500)
committerChris Michael <cp.michael@samsung.com>
Wed, 11 Jan 2017 17:36:33 +0000 (12:36 -0500)
commit755c50a84e58d95cbb2ba85f6474bc0a7bc0774f
tree3025157a7e7a32abd6510facea73f1c32648a6cc
parent6c9dc2a5ba61f0409001115d0d31adc1e5c48e48
ecore-wl2: Add event to raise when window configure is completed.

Small patch to create and raise a new event letting ecore_evas know
when the window has been configured. With the addition of xdg_shell v6
support, we cannot commit a surface with an existing buffer until the
surface has been configured. This patch allows us to raise an event to
ecore_evas when the surface has been configured, so we can then attach
a buffer to it.

ref T5090

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/ecore_wl2/Ecore_Wl2.h
src/lib/ecore_wl2/ecore_wl2.c
src/lib/ecore_wl2/ecore_wl2_window.c