discomfitor pushed a commit to branch master.

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

commit ddc06559c70217dea22872648f490c7648749f88
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Fri Oct 9 14:20:25 2015 -0400

    apply _GTK_FRAME_EXTENTS for xwayland clients
    
    not entirely sure this is worthwhile but may as well
---
 src/bin/e_comp_x.c | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c
index 4b20b64..9fee970 100644
--- a/src/bin/e_comp_x.c
+++ b/src/bin/e_comp_x.c
@@ -5469,6 +5469,13 @@ e_comp_x_xwayland_client_setup(E_Client *ec, E_Client 
*wc)
    ec->comp_data = NULL;
    cd->evas_init = 0;
    _e_comp_x_client_evas_init(wc);
+   if (!e_comp_object_frame_exists(ec->frame))
+     {
+        int l, r, t, b;
+
+        e_comp_object_frame_geometry_get(ec->frame, &l, &r, &t, &b);
+        e_comp_object_frame_geometry_set(wc->frame, l, r, t, b);
+     }
    wc->borderless = ec->borderless;
    wc->border.changed = 1;
    EC_CHANGED(wc);

-- 


Reply via email to