discomfitor pushed a commit to branch enlightenment-0.19.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=12c42571598d54da6e7fc8ff85332c0f10608d69

commit 12c42571598d54da6e7fc8ff85332c0f10608d69
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Mon Sep 28 14:01:28 2015 -0400

    _GTK_FRAME_EXTENTS changes using a property, not a client message
---
 src/bin/e_comp_x.c | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c
index a63c304..9a376e4 100644
--- a/src/bin/e_comp_x.c
+++ b/src/bin/e_comp_x.c
@@ -1920,6 +1920,11 @@ _e_comp_x_property(void *data EINA_UNUSED, int type 
EINA_UNUSED, Ecore_X_Event_W
         ec->e.fetch.profile = 1;
         EC_CHANGED(ec);
      }
+   else if (ev->atom == ATM_GTK_FRAME_EXTENTS)
+     {
+        ec->comp_data->fetch_gtk_frame_extents = 1;
+        EC_CHANGED(ec);
+     }
 
    return ECORE_CALLBACK_RENEW;
 }
@@ -2034,11 +2039,6 @@ _e_comp_x_message(void *data EINA_UNUSED, int type 
EINA_UNUSED, Ecore_X_Event_Cl
              free(p);
           }
      }
-   else if (ev->message_type == ATM_GTK_FRAME_EXTENTS)
-     {
-        ec->comp_data->fetch_gtk_frame_extents = 1;
-        EC_CHANGED(ec);
-     }
    return ECORE_CALLBACK_PASS_ON;
 }
 

-- 


Reply via email to