Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/bin/tests


Modified Files:
        ewl_dnd_snoop.c ewl_text_editor.c 


Log Message:
- move ewl_window_dnd_aware_set to ewl_embed_dnd_aware_set
- change ewl_dnd_provides_* to ewl_dnd_provided_*
- change ewl_dnd_accepts_* to ewl_dnd_accepted_*
- formating and other cleanups

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_dnd_snoop.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- ewl_dnd_snoop.c     7 Sep 2006 18:55:24 -0000       1.7
+++ ewl_dnd_snoop.c     8 Sep 2006 01:05:16 -0000       1.8
@@ -70,7 +70,7 @@
                                        ewl_dnd_snoop_cb_finished, NULL);
 
        o = ewl_entry_new();
-       ewl_dnd_accepts_types_set(o, text_types);
+       ewl_dnd_accepted_types_set(o, text_types);
        ewl_container_child_append(EWL_CONTAINER(box), o);
        ewl_callback_append(o, EWL_CALLBACK_DND_POSITION, 
ewl_dnd_snoop_cb_dnd_position, NULL);
        ewl_callback_append(o, EWL_CALLBACK_DND_DROP, 
ewl_dnd_snoop_cb_dnd_drop, NULL);
===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/bin/tests/ewl_text_editor.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- ewl_text_editor.c   7 Sep 2006 18:58:15 -0000       1.11
+++ ewl_text_editor.c   8 Sep 2006 01:05:16 -0000       1.12
@@ -182,7 +182,7 @@
 {
        Ewl_Embed *embed;
        embed = ewl_embed_widget_find(w);
-       ecore_x_dnd_aware_set((Ecore_X_Window)embed->evas_window, TRUE);
+       ewl_embed_dnd_aware_set(embed);
 }
 
 static void



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to