add unmaximize_done client smart callback

This commit is contained in:
Mike Blumenkrantz 2014-02-12 19:50:17 -05:00
parent 82faa72a45
commit 0b2e3ea2e3
1 changed files with 1 additions and 0 deletions

View File

@ -3452,6 +3452,7 @@ e_client_unmaximize(E_Client *ec, E_Maximize max)
ec->maximized & E_MAXIMIZE_VERTICAL);
}
e_remember_update(ec);
evas_object_smart_callback_call(ec->frame, "unmaximize_done", NULL);
}
EAPI void