set gadman window to fullscreen so edge actions can still be used while it's up
authorMike Blumenkrantz <m.blumenkran@samsung.com>
Thu, 23 May 2013 09:44:47 +0000 (10:44 +0100)
committerMike Blumenkrantz <m.blumenkran@samsung.com>
Thu, 23 May 2013 09:45:25 +0000 (10:45 +0100)
src/modules/gadman/e_mod_gadman.c

index 80604f3..7c4f785 100644 (file)
@@ -764,7 +764,7 @@ _gadman_gadcon_new(const char *name, Gadman_Layer_Type layer, E_Zone *zone, E_Ga
           ecore_evas_shaped_set(Man->top_ee, 1);
 
         e_canvas_add(Man->top_ee); //??
-        e_container_window_raise(Man->container, Man->top_win, E_LAYER_POPUP);
+        e_container_window_raise(Man->container, Man->top_win, E_LAYER_FULLSCREEN);
 
         ecore_evas_move_resize(Man->top_ee, 0, 0, Man->width, Man->height);
         ecore_evas_hide(Man->top_ee);