Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/engines/x11


Modified Files:
        ewl_engine_x11.c 


Log Message:
- minor cleanups

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/engines/x11/ewl_engine_x11.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- ewl_engine_x11.c    29 Nov 2006 15:52:19 -0000      1.25
+++ ewl_engine_x11.c    3 Dec 2006 06:21:33 -0000       1.26
@@ -1180,7 +1180,7 @@
        if (ev->selection != ECORE_X_SELECTION_XDND)
                printf("Paste event received\n");
 
-       else if (ev->selection == ECORE_X_SELECTION_XDND)
+       else
        {
                Ewl_Window *window;
                Ecore_X_Selection_Data *data = ev->data;
@@ -1343,12 +1343,8 @@
 
                ewl_embed_window_position_get(embed, &wx, &wy);
 
-               if (ev->source == (Ecore_X_Window)embed->evas_window) {
-                       printf("Source is dest! - Retrieving local data\n");
+               if (ev->source == (Ecore_X_Window)embed->evas_window)
                        internal = 1;
-               } else {
-                       printf("Source is not dest\n");
-               }
 
                x = ev->position.x - wx;
                y = ev->position.y - wy;



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