subsurface: fix unreachable code. 92/246492/2
authorSeunghun Lee <shiin.lee@samsung.com>
Fri, 30 Oct 2020 04:13:37 +0000 (13:13 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Fri, 30 Oct 2020 04:17:23 +0000 (13:17 +0900)
this problem caused by mistake in previous commit.

Change-Id: I8e8d7dbe42c96817df853b8d8d290efa90cf63f0

src/bin/e_comp_wl_subsurface.c

index ac3abdc..1c71153 100644 (file)
@@ -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;