Enlightenment CVS committal Author : ningerso Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/engines/x11 Modified Files: ewl_engine_x11.c Log Message: Feed DND data events to the embed. =================================================================== RCS file: /cvs/e/e17/libs/ewl/src/engines/x11/ewl_engine_x11.c,v retrieving revision 1.10 retrieving revision 1.11 diff -u -3 -r1.10 -r1.11 --- ewl_engine_x11.c 5 Sep 2006 02:14:24 -0000 1.10 +++ ewl_engine_x11.c 7 Sep 2006 18:52:14 -0000 1.11 @@ -1056,6 +1056,7 @@ { Ecore_X_Selection_Data_Text* text = ev->data; printf("We've got some text! - '%s'\n", text->text); + ewl_embed_selection_data_feed(EWL_EMBED(window), ev->target, text->text, ((Ecore_X_Selection_Data *)text)->length); } else { @@ -1064,6 +1065,7 @@ } } + ecore_x_dnd_send_finished(); } DRETURN_INT(TRUE, DLEVEL_STABLE); ------------------------------------------------------------------------- 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