discomfitor pushed a commit to branch master.

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

commit 76fb10612917f2cc8ec640c751d961f27e713135
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Thu Aug 13 16:20:39 2015 -0400

    enable shape cutting for xwl clients during flip
    
    fixes xwl<->xwl dnd
---
 src/bin/e_comp_x.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/e_comp_x.c b/src/bin/e_comp_x.c
index 94beb93..f7170f4 100644
--- a/src/bin/e_comp_x.c
+++ b/src/bin/e_comp_x.c
@@ -5401,6 +5401,7 @@ e_comp_x_xwayland_client_setup(E_Client *ec, E_Client *wc)
    wc->placed = ec->placed;
    wc->input_only = ec->input_only;
    wc->border_size = ec->border_size;
+   wc->no_shape_cut = 0;
    memcpy(&wc->icccm, &ec->icccm, sizeof(ec->icccm));
    memcpy(&wc->netwm, &ec->netwm, sizeof(ec->netwm));
    memcpy(&wc->e, &ec->e, sizeof(ec->e));

-- 


Reply via email to