/* previous state is obscured: -1 or 1 */
ec->visibility.obscured = E_VISIBILITY_UNOBSCURED;
ec->visibility.changed = 1;
- ELOGF("POL_VIS", "CLIENT VIS ON. argb:%d, opaque:%2d, frame_v:%d", ec, ec->argb, ec->visibility.opaque, ec_frame_visible);
+ ELOGF("POL_VIS", "CLIENT VIS ON. argb:%d, opaque:%2d, frame_v:%d, cdata:%p", ec, ec->argb, ec->visibility.opaque, ec_frame_visible, cdata);
}
else
{
if (!is_above_rot_pending)
is_vis_on_skip = EINA_TRUE;
- ELOGF("POL_VIS", "CLIENT VIS ON-SKIP. argb:%d, opaque:%2d, frame_v:%d", ec, ec->argb, ec->visibility.opaque, ec_frame_visible);
+ ELOGF("POL_VIS", "CLIENT VIS ON-SKIP. argb:%d, opaque:%2d, frame_v:%d, cdata:%p", ec, ec->argb, ec->visibility.opaque, ec_frame_visible, cdata);
}
}
e_comp->clients = eina_list_append(e_comp->clients, ec);
eina_hash_add(clients_hash[e_pixmap_type_get(cp)], &ec->pixmap, ec);
- ELOGF("COMP", "CLIENT ADD. cp:%p, argb:%d", ec, cp, ec->argb);
+ ELOGF("COMP", "CLIENT ADD. cp:%p, argb:%d, internal:%d", ec, cp, ec->argb, internal);
if (!ec->ignored)
_e_client_event_add(ec);
e_comp_object_client_add(ec);
sent_vis = -3;
}
+ if (ec->comp_data && ec->comp_data->mapped)
+ {
+ _launch_effect_hide(ec->netwm.pid);
+ }
+
ELOGF("POL_VIS",
- "SEND |win:0x%08zx|res_tzvis:%8p|ver:%d|sent_vis:%d|pid:%d|title:%s, name:%s",
+ "SEND |win:0x%08zx|res_tzvis:%8p|ver:%d|sent_vis:%d|pid:%d|cdata:%8p|title:%s, name:%s",
ec,
win,
res_tzvis,
ver,
sent_vis,
- ec->netwm.pid, ec->icccm.title, ec->netwm.name);
+ ec->netwm.pid, ec->comp_data, ec->icccm.title, ec->netwm.name);
sent = EINA_TRUE;
- if (ec->comp_data->mapped)
- {
- _launch_effect_hide(ec->netwm.pid);
- }
}
}
eina_iterator_free(it);
plaunch_splash = _tzlaunch_splash_add(res_tzlaunch_effect, res_tzlaunch_splash);
EINA_SAFETY_ON_NULL_GOTO(plaunch_splash, err);
+ ELOGF("TZPOL", "Launchscreen effect create splash img. res_tzlaunch_effect:%p, res_tzlaunch_splash:%p", plaunch_splash->ec, res_tzlaunch_effect, res_tzlaunch_splash);
+
wl_resource_set_implementation(res_tzlaunch_splash,
&_tzlaunch_splash_iface,
plaunch_splash,