[Haiku-commits] r26541 - haiku/trunk/src/apps/diskprobe
Rene Gollent
anevilyak at gmail.com
Mon Jul 21 15:02:15 CEST 2008
On Mon, Jul 21, 2008 at 8:00 AM, Stephan Assmus <superstippi at gmx.de> wrote:
> We had done some tests and decided that the BeOS way was inconsistent. The
> reason is that even B_RGB32 bitmaps can have B_TRANSPARENT_MAGIC_RGBA32
> pixels in them. On BeOS B_OP_OVER will regard the
> B_TRANSPARENT_MAGIC_RGBA32 pixels in B_RGB32 bitmaps, while it will draw
> B_RGBA32 bitmaps using the full alpha channel. B_OP_ALPHA on the other hand
> ignores B_TRANSPARENT_MAGIC_RGBA32 and treats them like B_RGBA32 bitmaps.
> Haiku is now more consistent now.
>
Thanks for the explanation :) Will fix my code later then, as I still
have to generate a gcc4 package anyways.
Regards,
Rene
More information about the Haiku-commits
mailing list