Enlightenment CVS committal

Author  : kwo
Project : misc
Module  : engage

Dir     : misc/engage/src


Modified Files:
        icon.c 


Log Message:
Should fix bitmap icons with latest imlib2 changes.
===================================================================
RCS file: /cvsroot/enlightenment/misc/engage/src/icon.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- icon.c      19 Apr 2004 06:12:38 -0000      1.18
+++ icon.c      20 Apr 2004 21:24:17 -0000      1.19
@@ -124,7 +124,7 @@
   ecore_x_pixmap_geometry_get(pmap, &x, &y, &w, &h);
   imlib_context_set_display(dsp);
   imlib_context_set_visual(DefaultVisual(dsp, scr));
-  imlib_context_set_colormap(DefaultColormap(dsp, scr));
+  imlib_context_set_colormap(None);
   imlib_context_set_dither_mask(0);
   imlib_context_set_drawable(pmap);
 




-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to