Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/pager Modified Files: e_mod_main.c Log Message: Add cast. Remove unused variables. =================================================================== RCS file: /cvs/e/e17/apps/e/src/modules/pager/e_mod_main.c,v retrieving revision 1.189 retrieving revision 1.190 diff -u -3 -r1.189 -r1.190 --- e_mod_main.c 18 Sep 2006 03:49:45 -0000 1.189 +++ e_mod_main.c 24 Sep 2006 13:37:37 -0000 1.190 @@ -173,7 +173,7 @@ evas_object_geometry_get(o, &x, &y, &w, &h); inst->drop_handler = - e_drop_handler_add(inst->gcc->gadcon, inst, + e_drop_handler_add(E_OBJECT(inst->gcc->gadcon), inst, _pager_inst_cb_enter, _pager_inst_cb_move, _pager_inst_cb_leave, _pager_inst_cb_drop, drop, 2, x, y, w, h); @@ -1624,7 +1624,6 @@ { Evas_Event_Mouse_Wheel *ev; Pager_Desk *pd; - Evas_List *l; ev = event_info; pd = data; ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs