always send CLIENT_SHOW event when clients are shown

I think it was the case for <E19 that uniconifying a client would
not send a show event, but this is not ideal and so the event should
still be sent
This commit is contained in:
Mike Blumenkrantz 2015-09-17 19:06:12 -04:00
parent ad631964f8
commit e8a9ba34b0
1 changed files with 1 additions and 4 deletions

View File

@ -1498,10 +1498,7 @@ _e_client_cb_evas_resize(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_
static void
_e_client_cb_evas_show(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA_UNUSED, void *event_info EINA_UNUSED)
{
E_Client *ec = data;
if (!ec->iconic)
_e_client_event_simple(data, E_EVENT_CLIENT_SHOW);
_e_client_event_simple(data, E_EVENT_CLIENT_SHOW);
}
static void