e: correct layer for edge windows

Need a layer above fullscreen if fullscreen flip is to be able to work.

SVN revision: 77283
This commit is contained in:
Sebastian Dransfeld 2012-10-02 07:23:27 +00:00
parent b860da38bc
commit f2ac4219af
2 changed files with 2 additions and 2 deletions

View File

@ -1125,7 +1125,7 @@ e_zone_edge_new(E_Zone_Edge edge)
break;
}
if (e_config->fullscreen_flip)
e_zone_edge_win_layer_set(zone, 250);
e_zone_edge_win_layer_set(zone, 350);
else
e_zone_edge_win_layer_set(zone, 200);
}

View File

@ -225,7 +225,7 @@ _basic_apply_data(E_Config_Dialog *cfd __UNUSED__, E_Config_Dialog_Data *cfdata)
if (cfdata->fullscreen_flip != e_config->fullscreen_flip)
{
if (cfdata->fullscreen_flip)
layer = 250;
layer = 350;
else
layer = 200;