summaryrefslogtreecommitdiff
path: root/dxr3osd.c
diff options
context:
space:
mode:
authorChristian Gmeiner <christian.gmeiner@gmail.com>2009-10-09 09:36:45 +0200
committerChristian Gmeiner <christian.gmeiner@gmail.com>2009-10-09 09:36:45 +0200
commite24d9aa4e45d98f18ab70bc9d5a4d334b361d8b4 (patch)
tree2ef1128fbca2dc68071666bc32493e54316f367b /dxr3osd.c
parent2eff3c60efde4bc08b087b5bdd8e2c92ae73c92b (diff)
downloadvdr-plugin-dxr3-e24d9aa4e45d98f18ab70bc9d5a4d334b361d8b4.tar.gz
vdr-plugin-dxr3-e24d9aa4e45d98f18ab70bc9d5a4d334b361d8b4.tar.bz2
bug #166 done - encode our mergedBitmap
Diffstat (limited to 'dxr3osd.c')
-rw-r--r--dxr3osd.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/dxr3osd.c b/dxr3osd.c
index bfa415e..578156f 100644
--- a/dxr3osd.c
+++ b/dxr3osd.c
@@ -226,10 +226,10 @@ void cDxr3Osd::Flush()
// replace color palette
mergedBitmap->Replace(*Palette);
- }
- if (!bmap)
- return;
+ // set pointer to our valid mergedBitmap
+ bmap = mergedBitmap;
+ }
// encode bitmap
if (bmap->Dirty(x1, y1, x2, y2)) {