Build fix.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26438 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Rene Gollent 2008-07-15 18:26:40 +00:00
parent 4c28a7375d
commit 2cfee16a9e
1 changed files with 2 additions and 2 deletions

View File

@ -1441,9 +1441,9 @@ Painter::_DrawBitmap(agg::rendering_buffer& srcBuffer, color_space format,
// B_RGB32 bitmaps therefore don't draw correctly on BeOS if they actually
// use this color, unless the alpha channel contains 255 for all other
// pixels, which is inconsistent.
&& fDrawingMode != B_OP_ALPHA)
&& fDrawingMode != B_OP_ALPHA
#endif
) {
)) {
temp = new (nothrow) BBitmap(actualBitmapRect, B_BITMAP_NO_SERVER_LINK,
B_RGBA32);
if (temp == NULL) {