Needed to be updated to the new ecore api. Now e will compile with ferite

support enabled.


SVN revision: 5513
This commit is contained in:
rbdpngn 2001-10-18 18:33:04 +00:00 committed by rbdpngn
parent cfa8aace26
commit 0c9a548095
1 changed files with 1 additions and 1 deletions

View File

@ -64,6 +64,6 @@ namespace e {
// shutdown enlightenment
function shutdown()
%{
e_event_loop_quit();
ecore_event_loop_quit();
%}
}