Enlightenment CVS committal Author : sndev Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_desklock.c e_grabinput.c Log Message: * Fixing missing 'return 1' in e_grabinput.c =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_desklock.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- e_desklock.c 4 Mar 2006 04:11:51 -0000 1.8 +++ e_desklock.c 4 Mar 2006 12:38:18 -0000 1.9 @@ -89,6 +89,7 @@ for (i = 0; i < wnum; i++) { Ecore_X_Window_Attributes att; + memset(&att, 0, sizeof(Ecore_X_Window_Attributes)); ecore_x_window_attributes_get(windows[i], &att); if (att.visible) =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_grabinput.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- e_grabinput.c 4 Mar 2006 04:11:51 -0000 1.5 +++ e_grabinput.c 4 Mar 2006 12:38:18 -0000 1.6 @@ -67,6 +67,7 @@ } grab_key_win = key_win; } + return 1; } EAPI void ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs