Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_dnd.c 


Log Message:
Send the dnd drop event to start the data transfer. This only sends a hardcoded
string right now, need to work out the data transfer API.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_dnd.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -3 -r1.34 -r1.35
--- ewl_dnd.c   29 Nov 2006 15:52:19 -0000      1.34
+++ ewl_dnd.c   1 Dec 2006 07:16:49 -0000       1.35
@@ -380,6 +380,7 @@
        // ewl_embed_mouse_cursor_set(EWL_WIDGET(emb));
 
        printf("Finished drag process on %p\n", w);
+       ewl_engine_embed_dnd_drag_drop(emb);
 
        DLEAVE_FUNCTION(DLEVEL_STABLE);
 }



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