- fixed blit in gRC
[enigma2.git] / lib / gdi / gpixmap.cpp
index c2c75e7a21e74a5266b06c8004b9129209bb19e1..fe0c0a1f41c34ef9764667c941ba0861c761e3a0 100644 (file)
@@ -147,7 +147,7 @@ void gPixmap::blit(const gPixmap &src, ePoint pos, const gRegion &clip, int flag
 
                eRect srcarea=area;
                srcarea.moveBy(-pos.x(), -pos.y());
-
+               
                if ((surface->bpp == 8) && (src.surface->bpp==8))
                {
                        __u8 *srcptr=(__u8*)src.surface->data;