- fixes to use moving infobar non non-accel hardware.
[enigma2.git] / lib / gdi / gpixmap.cpp
index a551984f592d85814c83448a860a048e8d100ce0..dbf53838087fa3dc81b836dd6ceeecc33fb0c773 100644 (file)
@@ -191,6 +191,7 @@ void gPixmap::blit(const gPixmap &src, ePoint pos, const gRegion &clip, int flag
                if ((surface->data_phys && src.surface->data_phys) && (gAccel::getInstance()))
                        if (!gAccel::getInstance()->blit(surface, src.surface, area.topLeft(), srcarea, flag))
                                continue;
+               flag &= ~ blitAlphaBlend;
                
                if ((surface->bpp == 8) && (src.surface->bpp==8))
                {