Change-Id: I0246771300bc3d185def1e645dee4837a55494ba
invisible_parent = _e_comp_wl_subsurface_invisible_parent_get(ec);
topmost = e_comp_wl_topmost_parent_get(ec);
+ if (!topmost)
+ return EINA_FALSE;
/* if topmost is composited by compositor && if there is a invisible parent */
if (topmost->redirected && invisible_parent)
int rminw = -1, rminh = -1, rmaxw = -1, rmaxh = -1, ralign = -1;
output = e_output_find(zone->output_id);
+ if (!output)
+ return EINA_FALSE;
tdm_output_get_available_size(output->toutput, &ominw, &ominh, &omaxw, &omaxh, &oalign);
if (!e_comp_screen_pp_support())