Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

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


Modified Files:
        ecore_evas_x.c 


Log Message:


enable and disable draw ok onlyu on visibility changes.

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_evas/ecore_evas_x.c,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -3 -r1.111 -r1.112
--- ecore_evas_x.c      27 Sep 2007 15:43:08 -0000      1.111
+++ ecore_evas_x.c      29 Sep 2007 01:52:13 -0000      1.112
@@ -1090,7 +1090,6 @@
    if (ee->visible) return 0; /* dont pass it on */
 //   printf("SHOW EVENT %p\n", ee);
    ee->visible = 1;
-   ee->draw_ok = 1;
    if (ee->func.fn_show) ee->func.fn_show(ee);
    return 1;
 }
@@ -1108,7 +1107,6 @@
    if (!ee->visible) return 0; /* dont pass it on */
 //   printf("HIDE EVENT %p\n", ee);
    ee->visible = 0;
-   ee->draw_ok = 0;
    if (ee->func.fn_hide) ee->func.fn_hide(ee);
    return 1;
 }



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to