From 3d6597d3ecda147a3cd246654e3fe40ab6f51c87 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Sun, 19 Apr 2020 01:33:06 +0100 Subject: [PATCH] comp wl - add comment to indicate args are in the right orer... clarify CID 1403953 --- 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 00bf49160..13bd70f86 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -1965,6 +1965,7 @@ _e_comp_wl_compositor_cb_surface_create(struct wl_client *client, struct wl_reso if (!e_pixmap_is_x(wc->pixmap)) continue; if (wl_resource_get_id(res) != ((E_Comp_X_Client_Data*)wc->comp_data)->surface_id) continue; + // wc, ec is correct! first arg should be the x client, 2nd wl one e_comp_x_xwayland_client_setup(wc, ec); break; }