Enlightenment CVS committal Author : rbdpngn Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_win.c Log Message: EEK, return a value. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_win.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- e_win.c 11 Jul 2005 09:19:17 -0000 1.1 +++ e_win.c 12 Jul 2005 18:08:52 -0000 1.2 @@ -16,7 +16,8 @@ /* externally accessible functions */ int e_win_init(void) -{ +{ + return 1; } int @@ -28,6 +29,7 @@ e_object_del(E_OBJECT(wins->data)); } */ + return 1; } E_Win * ------------------------------------------------------- This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual core and dual graphics technology at this free one hour event hosted by HP, AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs