fix fullscreen client crash

T796
This commit is contained in:
Mike Blumenkrantz 2014-01-17 10:55:06 -05:00
parent fda2442fe5
commit 41429d188b
1 changed files with 1 additions and 1 deletions

View File

@ -3511,7 +3511,7 @@ e_client_fullscreen(E_Client *ec, E_Fullscreen policy)
if ((eina_list_count(ec->comp->zones) > 1) ||
(policy == E_FULLSCREEN_RESIZE) || (!ecore_x_randr_query()))
{
e_comp_object_util_fullscreen(ec->frame);
evas_object_geometry_set(ec->frame, ec->zone->x, ec->zone->y, ec->zone->w, ec->zone->h);
}
else if (policy == E_FULLSCREEN_ZOOM)
{