the window by hiding and showing it successively. Existing
compositors, such as Weston, will restack it on top.
Fixes "tizen.application.launch()" does not bring already..
Bug-Tizen: https://bugs.tizen.org/jira/browse/TIVI-2143
Change-Id: Ibfef7fa4bf3fc5b562426a1a0f6140c4531a4919
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
if ((!ee) || (!ee->visible)) return;
ecore_wl_window_raise(ee->engine.wl.win);
+
+ /* hide and show to bring window to foreground */
+ ecore_evas_hide(ee);
+ ecore_evas_show(ee);
+ ecore_wl_window_damage(ee->engine.wl.win, 0, 0, ee->w, ee->h);
}
static void