From 411f378998a160d59525fb374ad5ac44c9ffc151 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 6 May 2016 13:52:10 -0400 Subject: [PATCH] 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 105bad623..edac9637b 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);