discomfitor pushed a commit to branch master.

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

commit 411f378998a160d59525fb374ad5ac44c9ffc151
Author: Mike Blumenkrantz <zm...@osg.samsung.com>
Date:   Fri May 6 13:52:10 2016 -0400

    flag wl surfaces as internal during create() based on pid matching
    
    fix T3596
---
 src/bin/e_comp_wl.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c
index 105bad6..edac963 100644
--- a/src/bin/e_comp_wl.c
+++ b/src/bin/e_comp_wl.c
@@ -1610,6 +1610,7 @@ _e_comp_wl_compositor_cb_surface_create(struct wl_client 
*client, struct wl_reso
      ec->client.w = ec->client.h = 1;
    ec->comp_data->surface = res;
    ec->netwm.pid = pid;
+   ec->internal = pid == getpid();
 
    /* set reference to pixmap so we can fetch it later */
    DBG("\tUsing Client: %p", ec);

-- 


Reply via email to