Fixed a name clash between skincurses.c and the new cOsd position functions

This commit is contained in:
Klaus Schmidinger
2007-06-23 09:08:21 +02:00
parent 549a26af27
commit 9ebd38230c
4 changed files with 67 additions and 59 deletions

View File

@@ -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.