From 34419db7788634f34bb3e819dfb8ba6c4a46a1d3 Mon Sep 17 00:00:00 2001 From: Seunghun Lee Date: Fri, 30 Oct 2020 13:13:37 +0900 Subject: [PATCH] subsurface: fix unreachable code. this problem caused by mistake in previous commit. Change-Id: I8e8d7dbe42c96817df853b8d8d290efa90cf63f0 --- src/bin/e_comp_wl_subsurface.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/e_comp_wl_subsurface.c b/src/bin/e_comp_wl_subsurface.c index ac3abdc677..1c711533da 100644 --- a/src/bin/e_comp_wl_subsurface.c +++ b/src/bin/e_comp_wl_subsurface.c @@ -214,6 +214,7 @@ _e_comp_wl_subsurface_check_below_bg_rectangle(E_Client *ec) if (!topmost) return; + topmost_cdata = e_client_cdata_get(topmost); if ((!topmost_cdata) || (e_object_is_del(E_OBJECT(topmost)))) return; -- 2.34.1