Enlightenment CVS committal Author : englebass Project : e17 Module : apps/e
Dir : e17/apps/e/src/modules/ibar Modified Files: e_mod_main.c Log Message: Add a convert callback so that a drag can have several types. Make it possible to drag pager windows to the ibar. =================================================================== RCS file: /cvs/e/e17/apps/e/src/modules/ibar/e_mod_main.c,v retrieving revision 1.164 retrieving revision 1.165 diff -u -3 -r1.164 -r1.165 --- e_mod_main.c 30 Dec 2006 23:32:25 -0000 1.164 +++ e_mod_main.c 3 Jan 2007 06:14:03 -0000 1.165 @@ -989,7 +989,7 @@ evas_object_geometry_get(ic->o_icon, &x, &y, &w, &h); d = e_drag_new(ic->ibar->inst->gcc->gadcon->zone->container, x, y, drag_types, 1, - ic->app, -1, _ibar_cb_drag_finished); + ic->app, -1, NULL, _ibar_cb_drag_finished); o = e_app_icon_add(ic->app, e_drag_evas_get(d)); e_drag_object_set(d, o); ------------------------------------------------------------------------- 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