make fullscreen windows on layer 300 (well above everythign and

anything) as it should be.



SVN revision: 67850
This commit is contained in:
Carsten Haitzler 2012-02-11 12:14:10 +00:00
parent cbe5220805
commit 74784b5ac2
1 changed files with 1 additions and 1 deletions

View File

@ -2666,7 +2666,7 @@ e_border_fullscreen(E_Border *bd,
/* e_zone_fullscreen_set(bd->zone, 1); */
if (!e_config->allow_above_fullscreen)
e_border_layer_set(bd, 200);
e_border_layer_set(bd, 300);
if ((eina_list_count(bd->zone->container->zones) > 1) ||
(policy == E_FULLSCREEN_RESIZE) || (!ecore_x_randr_query()))