Enlightenment CVS committal Author : xcomputerman Project : e17 Module : libs/ecore
Dir : e17/libs/ecore/src/lib/ecore_x Modified Files: Makefile.am ecore_x_events.c Added Files: ecore_x_damage.c ecore_x_fixes.c Log Message: Oops. I was up too late last night. Caught a couple of critters too. =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_x/Makefile.am,v retrieving revision 1.28 retrieving revision 1.29 diff -u -3 -r1.28 -r1.29 --- Makefile.am 19 May 2006 09:27:33 -0000 1.28 +++ Makefile.am 19 May 2006 14:23:04 -0000 1.29 @@ -40,6 +40,8 @@ ecore_x_dnd.c \ ecore_x_sync.c \ ecore_x_randr.c \ +ecore_x_fixes.c \ +ecore_x_damage.c \ ecore_x_error.c \ ecore_x_events.c \ ecore_x_icccm.c \ @@ -91,6 +93,8 @@ ecore_x_dnd.c \ ecore_x_sync.c \ ecore_x_randr.c \ +ecore_x_fixes.c \ +ecore_x_damage.c \ ecore_x_error.c \ ecore_x_events.c \ ecore_x_icccm.c \ =================================================================== RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_x/ecore_x_events.c,v retrieving revision 1.82 retrieving revision 1.83 diff -u -3 -r1.82 -r1.83 --- ecore_x_events.c 19 May 2006 06:05:35 -0000 1.82 +++ ecore_x_events.c 19 May 2006 14:23:04 -0000 1.83 @@ -1690,6 +1690,8 @@ XDamageNotifyEvent *damage_event; Ecore_X_Event_Damage *e; + damage_event = (XDamageNotifyEvent *)event; + e = calloc(1, sizeof(Ecore_X_Event_Damage)); if (!e) return; ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs