Enlightenment CVS committal
Author : lok
Project : e17
Module : libs/e_dbus
Dir : e17/libs/e_dbus/src/lib/notification
Modified Files:
notification.c
Log Message:
Set the alpha to 255 instead of 0 when converting RGB data to evas image object.
===================================================================
RCS file: /cvs/e/e17/libs/e_dbus/src/lib/notification/notification.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -3 -r1.3 -r1.4
--- notification.c 16 Jan 2008 19:22:16 -0000 1.3
+++ notification.c 23 Feb 2008 13:11:36 -0000 1.4
@@ -392,7 +392,7 @@
if (img->has_alpha)
*dest += *(src + 3) << 24;
else
- *dest += 0 << 24;
+ *dest += 255 << 24;
}
}
}
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs