Clean up headers a bit, and begin to add the improved image creation

This commit is contained in:
Jaime Thomas
2008-05-19 05:00:55 +00:00
parent 0c369c5033
commit fe6613d7b9
9 changed files with 127 additions and 17 deletions

View File

@@ -315,5 +315,5 @@ ecdb_burn_finished(void *data, int type, void *event)
FREE(t);
FREE(proj);
ecore_event_add(ECORE_EVENT_SIGNAL_EXIT, NULL, NULL, NULL);
return 0;
return FALSE;
}