summaryrefslogtreecommitdiff
path: root/osd.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2011-03-27 11:54:07 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2011-03-27 11:54:07 +0200
commit08d5ad047adccb2eac806f7f82575779c9f77130 (patch)
tree4f2ea67cc9e139930e09c259d5ceb49fc336269f /osd.h
parent8768a9c3219e462ab5c7ca93eba5589d31f4fa64 (diff)
downloadvdr-08d5ad047adccb2eac806f7f82575779c9f77130.tar.gz
vdr-08d5ad047adccb2eac806f7f82575779c9f77130.tar.bz2
Renamed cBitmap::Scale() to Scaled()
Diffstat (limited to 'osd.h')
-rw-r--r--osd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/osd.h b/osd.h
index ebd27979..5196e2cf 100644
--- a/osd.h
+++ b/osd.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: osd.h 2.11 2011/03/12 16:06:48 kls Exp $
+ * $Id: osd.h 2.12 2011/03/27 11:51:48 kls Exp $
*/
#ifndef __OSD_H
@@ -273,7 +273,7 @@ public:
///< the 2^NewBpp most frequently used colors as defined in the current palette.
///< If NewBpp is not smaller than the bitmap's current color depth,
///< or if it is not one of 4bpp or 2bpp, nothing happens.
- cBitmap *Scale(double FactorX, double FactorY);
+ cBitmap *Scaled(double FactorX, double FactorY);
///< Creates a copy of this bitmap, scaled by the given factors.
///< The caller must delete the returned bitmap once it is no longer used.
};