discomfitor pushed a commit to branch master.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=41429d188b94daf44ec8fd2c7f001e312bdad381

commit 41429d188b94daf44ec8fd2c7f001e312bdad381
Author: Mike Blumenkrantz <[email protected]>
Date:   Fri Jan 17 10:55:06 2014 -0500

    fix fullscreen client crash
    
    T796
---
 src/bin/e_client.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_client.c b/src/bin/e_client.c
index 9aaad42..5753750 100644
--- a/src/bin/e_client.c
+++ b/src/bin/e_client.c
@@ -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)
      {

-- 


Reply via email to