Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

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


Modified Files:
        evas_engine_font.c 


Log Message:


and no dither and ca there too

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/evas/src/lib/engines/xrender_x11/evas_engine_font.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- evas_engine_font.c  2 Oct 2005 15:15:44 -0000       1.1
+++ evas_engine_font.c  6 Oct 2005 10:18:06 -0000       1.2
@@ -56,8 +56,8 @@
    _xr_fg_pool = evas_hash_add(_xr_fg_pool, buf, pool);
    
    fs->draw = XCreatePixmap(xinf->disp, xinf->root, w, h, xinf->fmt8->depth);
-   att.dither = 1;
-   att.component_alpha = 1;
+   att.dither = 0;
+   att.component_alpha = 0;
    att.repeat = 0;
    fs->pic = XRenderCreatePicture(xinf->disp, fs->draw, xinf->fmt8, CPRepeat | 
CPDither | CPComponentAlpha, &att);
    




-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to