comp wl - add comment to indicate args are in the right orer...

clarify CID 1403953
This commit is contained in:
Carsten Haitzler 2020-04-19 01:33:06 +01:00
parent 01a145811f
commit 3d6597d3ec
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}