Enlightenment CVS committal

Author  : ningerso
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src/lib


Modified Files:
        ewl_histogram.c 


Log Message:
Update histogram colors to premul changes in evas.

===================================================================
RCS file: /cvs/e/e17/libs/ewl/src/lib/ewl_histogram.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- ewl_histogram.c     8 Oct 2006 17:26:22 -0000       1.6
+++ ewl_histogram.c     9 Oct 2006 05:23:00 -0000       1.7
@@ -297,13 +297,13 @@
                color = (unsigned int)(128 << 24);
                switch (hist->channel) {
                        case EWL_HISTOGRAM_CHANNEL_R:
-                               color |= (unsigned int)(255 << 16);
+                               color |= (unsigned int)(128 << 16);
                                break;
                        case EWL_HISTOGRAM_CHANNEL_G:
-                               color |= (unsigned int)(255 << 8);
+                               color |= (unsigned int)(128 << 8);
                                break;
                        case EWL_HISTOGRAM_CHANNEL_B:
-                               color |= (unsigned int)(255);
+                               color |= (unsigned int)(128);
                                break;
                        default:
                                break;



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to