Enlightenment CVS committal

Author  : devilhorns
Project : e_modules
Module  : winselector

Dir     : e_modules/winselector


Modified Files:
        e_mod_main.c 


Log Message:
Fix winselector to build against new e_drag code.

===================================================================
RCS file: /cvs/e/e_modules/winselector/e_mod_main.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- e_mod_main.c        30 Dec 2006 23:34:01 -0000      1.10
+++ e_mod_main.c        8 Jan 2007 05:36:17 -0000       1.11
@@ -378,7 +378,7 @@
                            &x, &y, &w, &h);
    drag = e_drag_new(
       m->zone->container, x, y,
-      drag_types, 1, bd, -1, NULL);
+      drag_types, 1, bd, -1, NULL, NULL);
 
    o = e_icon_add(drag->evas);
    e_icon_object_set(o, e_border_icon_add(bd, drag->evas));



-------------------------------------------------------------------------
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

Reply via email to