Enlightenment CVS committal Author : handyande Project : misc Module : engage
Dir : misc/engage/src/module Modified Files: e_mod_main.c Log Message: fix for new ecore dnd =================================================================== RCS file: /cvsroot/enlightenment/misc/engage/src/module/e_mod_main.c,v retrieving revision 1.29 retrieving revision 1.30 diff -u -3 -r1.29 -r1.30 --- e_mod_main.c 22 Mar 2005 20:07:31 -0000 1.29 +++ e_mod_main.c 24 Mar 2005 14:40:49 -0000 1.30 @@ -911,10 +911,9 @@ dnd = event; - printf("XDND Drop win %d source %d at %u action %s postion " - "{x: %d y: %d}\n", dnd->win, dnd->source, dnd->time, - atom_to_string(dnd->action), dnd->position.x, - dnd->position.y); + printf("XDND Drop win %d source %d action %s postion " + "{x: %d y: %d}\n", dnd->win, dnd->source, atom_to_string(dnd->action), + dnd->position.x, dnd->position.y); rect.x = dnd->position.x; rect.y = dnd->position.y; ------------------------------------------------------- This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005 Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows Embedded(r) & Windows Mobile(tm) platforms, applications & content. Register by 3/29 & save $300 http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs