summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-05-31 14:09:52 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-05-31 14:09:52 +0200
commitd6f2f1675c57cb067c7d1c1815b871d1acc2fe19 (patch)
treeda310e344561f7f57ae342a78746cf2d0ec540bc /HISTORY
parente056cae8921a68704bf1a0cb4babcdf60d31be2d (diff)
downloadvdr-d6f2f1675c57cb067c7d1c1815b871d1acc2fe19.tar.gz
vdr-d6f2f1675c57cb067c7d1c1815b871d1acc2fe19.tar.bz2
Made some functions of cFont virtual to allow implementing dummy fonts for the 'curses' skin
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 2bf08514..9abd54ee 100644
--- a/HISTORY
+++ b/HISTORY
@@ -2864,3 +2864,5 @@ Video Disk Recorder Revision History
CA ids to be added to the channel definitions (thanks to Wayne Keer for reporting
this one, and Marcel Wiesweg for fixing it).
- Fixed handling colors in cDvbSpuPalette::yuv2rgb() (thanks to Marco Schlüßler).
+- Made some functions of cFont virtual to allow implementing dummy fonts for the
+ 'curses' skin.