ecore-wl: do not destroy the wl_surface during ecore_wl_window is existed. 55/61555/1
authorSeunghun Lee <shiin.lee@samsung.com>
Wed, 24 Feb 2016 09:44:01 +0000 (18:44 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Wed, 9 Mar 2016 00:57:23 +0000 (09:57 +0900)
commit17d228ab91b96737eb2c499e466ac896c3b9014b
tree195a18c6df50388f49d35f064e3cb765b3abd754
parent10acb02b95200545b9936b3cd8f0b2d10736cc68
ecore-wl: do not destroy the wl_surface during ecore_wl_window is existed.

If we destroy wl_surface by ecore_wl_window_hide(),
all of the protocol related wl_surface should be made again when it is shown.
But external libraries doesn't know about state of wl_surface,
Thus, keeping the wl_surface with ecore_wl_window is better.

Change-Id: I6977d761bcbce8bf280abb986fa5ac126c98c63f
src/lib/ecore_wayland/ecore_wl_window.c