cfc = eina_hash_find(g_conf->client_hash, &g_conf->part[type].owner);
if (!cfc)
- return;
+ {
+ DBG("NO conformant Client found");
+ return;
+ }
- DBG("\t=> '%s'(%p)", cfc->ec ? (cfc->ec->icccm.name ?:"") : "", cfc->ec);
+ DBG("\t=> '%s'(win:%x, ec:%p)", cfc->ec ? (cfc->ec->icccm.name ?:"") : "", e_client_util_win_get(cfc->ec), cfc->ec);
EINA_LIST_FOREACH(cfc->res_list, l, cres)
{
cres->ack_done = EINA_FALSE;
if (!g_conf)
return;
- DBG("PART %s ec(%p) Show", _conf_type_to_str(type), g_conf->part[type].ec);
+ DBG("PART %s win(%x), ec(%p) Show", _conf_type_to_str(type), e_client_util_win_get(g_conf->part[type].ec), g_conf->part[type].ec);
owner = _conf_part_owner_find(g_conf->part[type].ec, type);
g_conf->part[type].owner = owner;
if (!g_conf)
return;
- DBG("PART %s ec(%p) Hide", _conf_type_to_str(type), g_conf->part[type].ec);
+ DBG("PART %s win(%x), ec(%p) Hide", _conf_type_to_str(type), e_client_util_win_get(g_conf->part[type].ec), g_conf->part[type].ec);
_conf_state_update(type,
EINA_FALSE,
g_conf->part[type].state.x,
if (!g_conf)
return;
- DBG("PART %s ec(%p) Hiding", _conf_type_to_str(type), g_conf->part[type].ec);
+ DBG("PART %s win(%x), ec(%p) Hiding", _conf_type_to_str(type), e_client_util_win_get(g_conf->part[type].ec), g_conf->part[type].ec);
_conf_state_update(type,
EINA_FALSE,
g_conf->part[type].state.x,
if (!g_conf)
return;
- DBG("PART %s ec(%p) Move", _conf_type_to_str(type), g_conf->part[type].ec);
+ DBG("PART %s win(%x), ec(%p) Move", _conf_type_to_str(type), e_client_util_win_get(g_conf->part[type].ec), g_conf->part[type].ec);
g_conf->part[type].changed = 1;
}
if (!g_conf)
return;
- DBG("PART %s ec(%p) Resize", _conf_type_to_str(type), g_conf->part[type].ec);
+ DBG("PART %s win(%x), ec(%p) Resize", _conf_type_to_str(type), e_client_util_win_get(g_conf->part[type].ec), g_conf->part[type].ec);
g_conf->part[type].changed = 1;
}
if (g_conf->part[type].state.restore)
{
- DBG("Rotation Cancel %s ec(%p)", _conf_type_to_str(type), ev->ec);
+ DBG("Rotation Cancel %s win(%x), ec(%p)", _conf_type_to_str(type), e_client_util_win_get(ev->ec), ev->ec);
_conf_state_update(type,
EINA_TRUE,
g_conf->part[type].state.x,
pre_serial = wl_display_next_serial(e_comp_wl->wl.disp);
- DBG("PART %s ec(%p) Intercept Hide", _conf_type_to_str(type), g_conf->part[type].ec);
+ DBG("PART %s win(%x) ec(%p) Intercept Hide", _conf_type_to_str(type), e_client_util_win_get(g_conf->part[type].ec), g_conf->part[type].ec);
_conf_state_update(type,
EINA_FALSE,
g_conf->part[type].state.x,
EINA_SAFETY_ON_NULL_RETURN(g_conf);
EINA_SAFETY_ON_NULL_RETURN(ec);
- DBG("Client Add '%s'(%p)", ec->icccm.name ? ec->icccm.name : "", ec);
+ DBG("Client Add '%s'(win:%x, ec:%p)", ec->icccm.name ? ec->icccm.name : "", e_client_util_win_get(ec), ec);
if (g_conf->client_hash)
{
EINA_SAFETY_ON_NULL_RETURN(g_conf);
EINA_SAFETY_ON_NULL_RETURN(ec);
- DBG("Client Del '%s'(%p)", ec->icccm.name ? ec->icccm.name : "", ec);
+ DBG("Client Del '%s'(win:%x, ec:%p)", ec->icccm.name ? ec->icccm.name : "", e_client_util_win_get(ec), ec);
cfc = eina_hash_find(g_conf->client_hash, &ec);
if (cfc)
{
if (serial == cres->serial)
{
- DBG("Ack conformant region ec(%p) res(%p) serial(%u)", ec, res, serial);
+ DBG("Ack conformant region win(%x) ec(%p) res(%p) serial(%u)", e_client_util_win_get(ec), ec, res, serial);
cres->ack_done = EINA_TRUE;
}
break;