From: Seunghun Lee Date: Wed, 5 Feb 2025 23:56:48 +0000 (+0900) Subject: subsurface: Drop superfluous call X-Git-Tag: accepted/tizen/unified/20250401.113859~25 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f3574df7e325efb9ff292aaa8f5492e42e5a39fc;p=platform%2Fupstream%2Fenlightenment.git subsurface: Drop superfluous call The call to e_comp_wl_client_surface_set is supposed to be made when a wl_surface is created, not subsurface. Change-Id: I0d642a4fc945a4fb42c37cdfbeb7f95df3c37d6f --- diff --git a/src/bin/server/e_comp_wl_subsurface.c b/src/bin/server/e_comp_wl_subsurface.c index f192439d8d..b09d398c0c 100644 --- a/src/bin/server/e_comp_wl_subsurface.c +++ b/src/bin/server/e_comp_wl_subsurface.c @@ -29,7 +29,6 @@ static void _e_comp_wl_subsurface_stack_update(E_Client *ec); static void _e_comp_wl_client_subsurface_set(E_Client *ec, E_Comp_Wl_Subsurf_Data *sdata) { - e_comp_wl_client_surface_set(ec, ec->comp_data->wl_surface); ec->comp_data->sub.data = sdata; /* set subsurface client properties */