Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_dnd.c 


Log Message:
Request the type for the dnd data request callback.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_dnd.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -3 -r1.36 -r1.37
--- ewl_dnd.c   5 Dec 2006 06:26:34 -0000       1.36
+++ ewl_dnd.c   5 Dec 2006 14:50:41 -0000       1.37
@@ -52,6 +52,7 @@
        EWL_CALLBACK_DND_LEAVE = ewl_callback_type_add();
        EWL_CALLBACK_DND_DROP = ewl_callback_type_add();
        EWL_CALLBACK_DND_DATA_RECEIVED = ewl_callback_type_add();
+       EWL_CALLBACK_DND_DATA_REQUEST = ewl_callback_type_add();
 
        ewl_dnd_widget = NULL;
        ewl_dnd_status = 0;



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