set gadman window to fullscreen so edge actions can still be used while it's up

This commit is contained in:
Mike Blumenkrantz 2013-05-23 10:44:47 +01:00
parent 0f3c11c8c9
commit 84c9e12238
1 changed files with 1 additions and 1 deletions

View 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);