}
ELOGF("TZVIS",
- "SEND |win:0x%08x|res_tzvis:0x%08x|ver:%d|sent_vis:%d",
+ "SEND |win:0x%08x|res_tzvis:0x%08x|ver:%d|sent_vis:%d|pid:%d|title:%s, name:%s",
ec->pixmap, ec,
(unsigned int)win,
(unsigned int)res_tzvis,
ver,
- sent_vis);
+ sent_vis,
+ ec->netwm.pid, ec->icccm.title, ec->netwm.name);
sent = EINA_TRUE;
if (ec->comp_data->mapped)
{
if ((!ec->comp_data->mapped) && (e_pixmap_usable_get(ec->pixmap)))
{
ELOGF("SHELL",
- "Map window |win:0x%08x|ec_size:%d,%d",
+ "Map window |win:0x%08x|ec_size:%d,%d|pid:%d|title:%s, name:%s",
ec->pixmap, ec,
(unsigned int)e_client_util_win_get(ec),
- ec->w, ec->h);
+ ec->w, ec->h, ec->netwm.pid, ec->icccm.title, ec->netwm.name);
+
/* unset previous content */
e_comp_object_content_unset(ec->frame);
if ((!ec->comp_data->mapped) && (e_pixmap_usable_get(ec->pixmap)))
{
ELOGF("SHELL",
- "Map window by map_timer |win:0x%08x|ec_size:%d,%d",
+ "Map window by map_timer |win:0x%08x|ec_size:%d,%d|pid:%d|title:%s, name:%s",
ec->pixmap, ec,
(unsigned int)e_client_util_win_get(ec),
- ec->w, ec->h);
+ ec->w, ec->h, ec->netwm.pid, ec->icccm.title, ec->netwm.name);
if (ec->use_splash)
{
E_FREE_FUNC(ec->map_timer, ecore_timer_del);
ELOGF("SHELL",
- "Map window |win:0x%08x|ec_size:%d,%d",
+ "Map window |win:0x%08x|ec_size:%d,%d|pid:%d|title:%s, name:%s",
ec->pixmap, ec,
(unsigned int)e_client_util_win_get(ec),
- ec->w, ec->h);
+ ec->w, ec->h, ec->netwm.pid, ec->icccm.title, ec->netwm.name);
if (ec->use_splash)
{