summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-05-14 11:22:56 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2005-05-14 11:22:56 +0200
commit3688b801c728934db95dc2f2d2738696f248c919 (patch)
treef5c49dd9d91d29f08ef6d4800331451c56b54d25 /HISTORY
parente096b86ef698a2121b528816d3d22a0b056cbe5d (diff)
downloadvdr-3688b801c728934db95dc2f2d2738696f248c919.tar.gz
vdr-3688b801c728934db95dc2f2d2738696f248c919.tar.bz2
Made cOsd::isOpen an integer counter to avoid problems with messages when a cOsdObject uses the raw OSD
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 9a63c75b..17df98b1 100644
--- a/HISTORY
+++ b/HISTORY
@@ -3523,3 +3523,5 @@ Video Disk Recorder Revision History
the EPG scan didn't work on systems that don't use DiSEqC (thanks to Michael
Reinelt for reporting this one).
- Made the Makefile patch friendlier (thanks to Ludwig Nussel).
+- Made cOsd::isOpen an integer counter to avoid problems with messages when a
+ cOsdObject uses the raw OSD (thanks to Andreas Regel for reporting this one).