Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/engines/fb


Modified Files:
        evas_engine.c 


Log Message:


GL engine goes in... its not 100% complete. fonts are sub-optimal. i quickly
hooked them in to work at all...

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/engines/fb/evas_engine.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- evas_engine.c       14 Nov 2002 05:38:10 -0000      1.2
+++ evas_engine.c       4 Sep 2003 07:40:32 -0000       1.3
@@ -713,7 +713,8 @@
        evas_common_image_unref(im);
        return evas_engine_fb_image_new_from_data(data, w, h, image_data);
      }
-   evas_common_image_dirty(im);
+   /* hmmm - but if we wrote... why bother? */
+/*   evas_common_image_dirty(im); */
    return im;
 }
 




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to