summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2003-09-14 11:05:44 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2003-09-14 11:05:44 +0200
commite45b9d0be31116209ce6d90ff77834d9b13c6b9b (patch)
tree4e4d7002d44f0afc05465c673976267467060db0 /HISTORY
parent903148b5ad4315c857cbb55060420e81cd1ccf96 (diff)
downloadvdr-e45b9d0be31116209ce6d90ff77834d9b13c6b9b.tar.gz
vdr-e45b9d0be31116209ce6d90ff77834d9b13c6b9b.tar.bz2
Made cOsdMenu::Display() virtual
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index c95dbb6b..bf2eedbe 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2395,3 +2395,5 @@ Video Disk Recorder Revision History
Endriss).
- Added 'repeat' function keys '7' and '9' ("jump to mark") in replay mode
(suggested by Oliver Endriss).
+- Made cOsdMenu::Display() virtual, which allows plugins to do some additional
+ processing after calling the base class function (suggested by Jan Rieger).