add "maximize_done" smart callback for clients

This commit is contained in:
Mike Blumenkrantz 2014-02-11 18:48:56 -05:00
parent e564187759
commit ffe5670b39
1 changed files with 1 additions and 0 deletions

View File

@ -1548,6 +1548,7 @@ _e_client_maximize(E_Client *ec, E_Maximize max)
}
break;
}
evas_object_smart_callback_call(ec->frame, "maximize_done", NULL);
}
////////////////////////////////////////////////