print DBG infos for unhandled x11 client messages

This commit is contained in:
Mike Blumenkrantz 2015-08-07 13:36:00 -04:00
parent 004383a52e
commit 262598a126
1 changed files with 2 additions and 0 deletions

View File

@ -2120,6 +2120,8 @@ _e_comp_x_message(void *data EINA_UNUSED, int type EINA_UNUSED, Ecore_X_Event_Cl
}
}
#endif
else
DBG("missed client message '%s' for %u", ecore_x_atom_name_get(ev->message_type), ev->win);
return ECORE_CALLBACK_PASS_ON;
}