diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2015-04-19 12:22:29 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2015-04-19 12:22:29 +0200 |
commit | 5499d5ae84f31fb6b03e2daff583c533dde63480 (patch) | |
tree | fc5a9055e0e851ff1af2d7d78d6dfa58ac678284 /HISTORY | |
parent | 0a40ce6f9dd69ee747f83f2079ba1c1984178f46 (diff) | |
download | vdr-5499d5ae84f31fb6b03e2daff583c533dde63480.tar.gz vdr-5499d5ae84f31fb6b03e2daff583c533dde63480.tar.bz2 |
The function cOsd::GetBitmap() is now 'protected'
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |