summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2021-05-21 13:03:42 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2021-05-21 13:03:42 +0200
commit161fa8ead43e1ec234363af68f1c781d74aec3c0 (patch)
tree62ac6df0846fafb06a819e7a0d9ace7fcf7f1f57 /HISTORY
parent115eb9fdb4b9a75f79ab6bd1f6e4188a8515deb5 (diff)
downloadvdr-161fa8ead43e1ec234363af68f1c781d74aec3c0.tar.gz
vdr-161fa8ead43e1ec234363af68f1c781d74aec3c0.tar.bz2
The default for DEPRECATED_SKIN_SETITEMEVENT has been set to 0
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index c7d03e89..85294f98 100644
--- a/HISTORY
+++ b/HISTORY
@@ -9700,3 +9700,8 @@ Video Disk Recorder Revision History
functionality. However, it is recommended to use SetCurrentChannel(int ChannelNumber)
instead.
- The macro DEPRECATED_GETBITMAP and the related code has been removed.
+- The default for DEPRECATED_SKIN_SETITEMEVENT has been set to 0, which means that
+ the function cSkinDisplayMenu::SetItemEvent() without the TimerActive parameter is
+ no longer available. You can add 'DEPRECATED_SKIN_SETITEMEVENT=1' when compiling in
+ order to restore this functionality. However, it is recommended to use the function
+ with the TimerActive parameter instead.