summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2002-08-25 10:05:24 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2002-08-25 10:05:24 +0200
commite63b279d967564b847f19dbd694dab9a577acfb1 (patch)
tree8b77cadd84dc88a174daa3a1dd051991be7edb6d /HISTORY
parentc6ed4da7a0e8d9bf5664ba2c4282e3c6cb6d7932 (diff)
downloadvdr-e63b279d967564b847f19dbd694dab9a577acfb1.tar.gz
vdr-e63b279d967564b847f19dbd694dab9a577acfb1.tar.bz2
Added cPalette::AllColors() for plugins that need to get the color entries of a cPalette
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 3d05a591..266a1c5d 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1423,3 +1423,5 @@ Video Disk Recorder Revision History
Zimmermann).
- Added cDevice::NewOsd() to allow a derived cDevice class to implement its own
OSD capabilities (thanks to Andreas Schultz).
+- Added cPalette::AllColors() for plugins that need to get the color entries of
+ a cPalette (see osdbase.h).