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", ec, cp);
+ ELOGF("COMP", "CLIENT ADD. cp:%p, argb:%d", ec, cp, ec->argb);
if (!ec->ignored)
_e_client_event_add(ec);
e_comp_object_client_add(ec);
E_OBJECT_CHECK(ec);
E_OBJECT_TYPE_CHECK(ec, E_CLIENT_TYPE);
- ELOGF("TZVIS", "ICONIFY |not_raise:%d |by_client:%d",
- ec, (unsigned int)ec->exp_iconify.not_raise,
+ ELOGF("TZVIS", "ICONIFY |iconic:%d |argb:%d |not_raise:%d |by_client:%d",
+ ec, ec->iconic, ec->argb, (unsigned int)ec->exp_iconify.not_raise,
ec->exp_iconify.by_client);
if (!ec->zone) return;
E_OBJECT_CHECK(ec);
E_OBJECT_TYPE_CHECK(ec, E_CLIENT_TYPE);
- ELOGF("TZVIS", "UNICONIFY|not_raise:%d |by_client:%d\t| mapped:%d",
- ec, (unsigned int)ec->exp_iconify.not_raise,
+ ELOGF("TZVIS", "UNICONIFY|iconic:%d |argb:%d |not_raise:%d |by_client:%d |mapped:%d",
+ ec, ec->iconic, ec->argb, (unsigned int)ec->exp_iconify.not_raise,
ec->exp_iconify.by_client,
ec->comp_data ? ec->comp_data->mapped : 0);
if (ec->argb)
{
ec->argb = EINA_FALSE;
+ ELOGF("COMP", "Set argb:%d", ec, ec->argb);
EC_CHANGED(ec);
e_comp_object_alpha_set(ec->frame, EINA_FALSE);
}
if (!ec->argb)
{
ec->argb = EINA_TRUE;
+ ELOGF("COMP", "Set argb:%d", ec, ec->argb);
EC_CHANGED(ec);
e_comp_object_alpha_set(ec->frame, EINA_TRUE);
}
e_client_focus_stack_set(eina_list_remove(e_client_focus_stack_get(), ec));
/* wl_pointer-cursor surface is always alpha window */
ec->argb = EINA_TRUE;
+ ELOGF("COMP", "Set argb:%d", ec, ec->argb);
e_comp_object_alpha_set(ec->frame, EINA_TRUE);
EC_CHANGED(ec);
/* set subsurface client properties */
ec->borderless = EINA_TRUE;
ec->argb = EINA_TRUE;
+ ELOGF("COMP", "Set argb:%d", ec, ec->argb);
ec->lock_border = EINA_TRUE;
ec->lock_focus_in = ec->lock_focus_out = EINA_TRUE;
ec->netwm.state.skip_taskbar = EINA_TRUE;
_e_policy_client_ancestor_uniconify(ec);
- ELOGF("UNICONIFY_BY_WM", "win:0x%08zx", ec, e_client_util_win_get(ec));
+ ELOGF("UNICONIFY_BY_WM", "win:0x%08zx, argb:%d", ec, e_client_util_win_get(ec), ec->argb);
ret = e_policy_visibility_client_uniconify(ec, 0);
if (!ret)
{
E_Client *ec2;
Eina_List *l;
Eina_Iterator *it;
- Ecore_Window win;
if (ec->exp_iconify.skip_iconify) return;
if (ec->exp_iconify.skip_by_remote) return;
}
}
- win = e_client_util_win_get(ec);
-
it = eina_hash_iterator_data_new(polwl->tzpols);
EINA_ITERATOR_FOREACH(it, tzpol)
EINA_LIST_FOREACH(tzpol->psurfs, l, psurf)
tizen_policy_send_iconify_state_changed(tzpol->res_tzpol, psurf->surf, iconic, 1);
ELOGF("ICONIFY",
- "SEND |win:0x%08zx|iconic:%d |sur:%p",
+ "SEND |iconic:%d |argb:%d |sur:%p",
ec,
- win,
- iconic, psurf->surf);
+ iconic, ec->argb, psurf->surf);
break;
}
eina_iterator_free(it);
if (depth == 32) ec->argb = EINA_TRUE;
else ec->argb = EINA_FALSE;
+ ELOGF("COMP", "Set argb:%d", ec, ec->argb);
//set splash->obj to a content of ec->frame
if (!e_comp_object_content_set(ec->frame, splash->obj, content_type))
e_comp->new_clients--;
new_ec->new_client = EINA_FALSE;
new_ec->argb = old_ec->argb;
+ ELOGF("COMP", "Set argb:%d", new_ec, new_ec->argb);
new_ec->effect_type = old_ec->effect_type;
new_ec->use_splash = EINA_TRUE;
new_ec->icccm.title = eina_stringshare_add("launchscreen");