From: Janos Kovacs Date: Wed, 10 Sep 2014 19:02:39 +0000 (+0300) Subject: system-controller: ignore possibly possibly spurious surface removal events X-Git-Tag: accepted/tizen/ivi/20150112.012920~126 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eaf168c2e59e01fef3b556d9fb2c9e3a72a371d4;p=profile%2Fivi%2Fmurphy.git system-controller: ignore possibly possibly spurious surface removal events Change-Id: I3a159ccff5dac404a21354f6ae352a1df1ac45f7 --- diff --git a/src/plugins/system-controller/wayland/glm-window-manager.c b/src/plugins/system-controller/wayland/glm-window-manager.c index 2866266..cdc5b86 100644 --- a/src/plugins/system-controller/wayland/glm-window-manager.c +++ b/src/plugins/system-controller/wayland/glm-window-manager.c @@ -1074,7 +1074,9 @@ static void surface_added_to_layer_callback(void *data, if (!ctrl_layer) { /* surface is removed from a layer */ +#if 0 /* silently ignore the removal */ sf->layerid = -1; +#endif return; /* do not send notification of removal for the time being */ } else {