ecore-wl2: Add flag to indicate pending configure
authorChris Michael <cp.michael@samsung.com>
Tue, 10 Jan 2017 16:27:10 +0000 (11:27 -0500)
committerChris Michael <cp.michael@samsung.com>
Tue, 10 Jan 2017 16:27:10 +0000 (11:27 -0500)
commit101c772412889c1be61a785999f7af4e48171753
tree8254ccc7d8b5730999c49f6c67d28a84008a2fa6
parent19946e6035b85b296905501e8ab691038f8db79f
ecore-wl2: Add flag to indicate pending configure

With the change to xdg_shell v6 we need to indicate that a window has
a pending configure event, and not show the window if a configure is
pending. In order to handle this, we add a flag to the window
structure and can check it inside ecore_evas.

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