diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-08-31 03:40:23 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-08-31 03:40:23 +0000 |
| commit | 4ebd765cac9f8a7ae4934147ed876a9e228eeb8d (patch) | |
| tree | ac3d7e51c84b8a5cf421920c3a704f83199e9720 /lib/gdi/gpixmap.cpp | |
| parent | 979746945488fdf70364f969071518034d5a87ea (diff) | |
| download | enigma2-4ebd765cac9f8a7ae4934147ed876a9e228eeb8d.tar.gz enigma2-4ebd765cac9f8a7ae4934147ed876a9e228eeb8d.zip | |
- fixes to use moving infobar non non-accel hardware.
Diffstat (limited to 'lib/gdi/gpixmap.cpp')
| -rw-r--r-- | lib/gdi/gpixmap.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gdi/gpixmap.cpp b/lib/gdi/gpixmap.cpp index a551984f..dbf53838 100644 --- a/lib/gdi/gpixmap.cpp +++ b/lib/gdi/gpixmap.cpp @@ -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)) { |
