summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-04-19 12:22:29 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2015-04-19 12:22:29 +0200
commit5499d5ae84f31fb6b03e2daff583c533dde63480 (patch)
treefc5a9055e0e851ff1af2d7d78d6dfa58ac678284 /HISTORY
parent0a40ce6f9dd69ee747f83f2079ba1c1984178f46 (diff)
downloadvdr-5499d5ae84f31fb6b03e2daff583c533dde63480.tar.gz
vdr-5499d5ae84f31fb6b03e2daff583c533dde63480.tar.bz2
The function cOsd::GetBitmap() is now 'protected'
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 07609dd3..4eec9061 100644
--- a/HISTORY
+++ b/HISTORY
@@ -8640,3 +8640,7 @@ Video Disk Recorder Revision History
#define DEPRECATED_VIDEOSYSTEM
in device.h. If a plugin doesn't compile with this version of VDR, you can uncomment
this line as a quick workaround. In the long run the plugin will need to be adapted.
+- The function cOsd::GetBitmap() is now 'protected'. If a plugin doesn't compile with
+ this version of VDR, you can uncomment the line
+ //#define DEPRECATED_GETBITMAP
+ in osd.h as a quick workaround. In the long run the plugin will need to be adapted.