Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_evas


Modified Files:
      Tag: SPLIT
        ecore_evas_x.c 


Log Message:


minus printfs
===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_evas/Attic/ecore_evas_x.c,v
retrieving revision 1.1.2.15
retrieving revision 1.1.2.16
diff -u -3 -r1.1.2.15 -r1.1.2.16
--- ecore_evas_x.c      28 May 2003 05:53:08 -0000      1.1.2.15
+++ ecore_evas_x.c      28 May 2003 05:54:22 -0000      1.1.2.16
@@ -266,7 +266,6 @@
    Ecore_Evas *ee;
    Ecore_X_Event_Window_Damage *e;
 
-   printf("dmg!\n");
    e = event;
    ee = _ecore_evas_x_match(e->win);
    if (!ee) return 1; /* pass on event */
@@ -333,7 +332,6 @@
    
    e = event;
    ee = _ecore_evas_x_match(e->win);
-   printf("reconf! %x %i %i, %ix%i\n", e->win, e->x, e->y, e->w, e->h);
    if (!ee) return 1; /* pass on event */
    if ((ee->prop.fullscreen) && (e->win == ee->engine.x.win_container)) return 0;
    if ((e->from_wm) || (ee->prop.fullscreen) || (ee->prop.override))




-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to