summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-06-23 09:08:21 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-06-23 09:08:21 +0200
commit9ebd38230c2a1b4e3e5c61d66e8b70a89293b1f3 (patch)
tree99ba054a6ad6476f79f117b7e6f6d015d3e969af /HISTORY
parent549a26af276a84cad4c99feaad7d1cafa6baf277 (diff)
downloadvdr-9ebd38230c2a1b4e3e5c61d66e8b70a89293b1f3.tar.gz
vdr-9ebd38230c2a1b4e3e5c61d66e8b70a89293b1f3.tar.bz2
Fixed a name clash between skincurses.c and the new cOsd position functions
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 71441c52..1015de19 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5260,3 +5260,7 @@ Video Disk Recorder Revision History
Plugins that implement skins should no longer use Setup.OSDWidth etc. directly,
but should rather use cOsd::OsdWidth() etc. instead.
Currently a change to the OSD position will only apply to newly opened OSDs.
+
+2007-06-23: Version 1.5.5
+
+- Fixed a name clash between skincurses.c and the new cOsd position functions.