devilhorns pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=ffe14478dea70734271a8e70a72acaba0a3dc581

commit ffe14478dea70734271a8e70a72acaba0a3dc581
Author: Chris Michael <cp.mich...@samsung.com>
Date:   Thu Sep 24 11:58:42 2015 -0400

    ecore-wl2: Support window raise function for wl_shell_surface
    
    Signed-off-by: Chris Michael <cp.mich...@samsung.com>
---
 src/lib/ecore_wl2/ecore_wl2_window.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/lib/ecore_wl2/ecore_wl2_window.c 
b/src/lib/ecore_wl2/ecore_wl2_window.c
index c9f19d0..495faaf 100644
--- a/src/lib/ecore_wl2/ecore_wl2_window.c
+++ b/src/lib/ecore_wl2/ecore_wl2_window.c
@@ -428,5 +428,7 @@ ecore_wl2_window_raise(Ecore_Wl2_Window *window)
 {
    EINA_SAFETY_ON_NULL_RETURN(window);
 
-   /* FIXME: set keyboard focus when input is complete */
+   /* FIXME: This should raise xdg surface also...perhaps using xdg activate */
+   if (window->wl_shell_surface)
+     wl_shell_surface_set_toplevel(window->wl_shell_surface);
 }

-- 


Reply via email to