discomfitor pushed a commit to branch enlightenment-0.21.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=10537060fdcbc441c38fafd0cda9e5a20faa7f59

commit 10537060fdcbc441c38fafd0cda9e5a20faa7f59
Author: Mike Blumenkrantz <[email protected]>
Date:   Fri Apr 14 11:48:49 2017 -0400

    explicitly set nested wl output canvas as a toplevel window
    
    this is not an elm win so it needs to be set by the module
---
 src/modules/wl_wl/e_mod_main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/modules/wl_wl/e_mod_main.c b/src/modules/wl_wl/e_mod_main.c
index 2172a96..8500326 100644
--- a/src/modules/wl_wl/e_mod_main.c
+++ b/src/modules/wl_wl/e_mod_main.c
@@ -51,6 +51,7 @@ e_modapi_init(E_Module *m)
              return NULL;
           }
      }
+   ecore_wl2_window_type_set(ecore_evas_wayland2_window_get(e_comp->ee), 
ECORE_WL2_WINDOW_TYPE_TOPLEVEL);
 
    ecore_evas_data_set(e_comp->ee, "comp", e_comp);
    ecore_evas_title_set(e_comp->ee, "Enlightenment: WL-WL");

-- 


Reply via email to