From 2cfee16a9e8579051fab95868301e0a98ac9599d Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Tue, 15 Jul 2008 18:26:40 +0000 Subject: [PATCH] Build fix. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26438 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/servers/app/drawing/Painter/Painter.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/servers/app/drawing/Painter/Painter.cpp b/src/servers/app/drawing/Painter/Painter.cpp index 2a5d8e5738..231cb96e79 100644 --- a/src/servers/app/drawing/Painter/Painter.cpp +++ b/src/servers/app/drawing/Painter/Painter.cpp @@ -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) {