summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2013-01-03 08:55:37 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2013-01-03 08:55:37 +0100
commit36dfa5cb8f667c3f92d870977afcb6a1cfb91efe (patch)
tree92eda0b27195d8c836bd6f4f4521cc217d8b45e1 /device.h
parent2d850b14e29006b57bb5d1591cfb64d21beec0cd (diff)
downloadvdr-36dfa5cb8f667c3f92d870977afcb6a1cfb91efe.tar.gz
vdr-36dfa5cb8f667c3f92d870977afcb6a1cfb91efe.tar.bz2
Added a remark indicating that the coordinates of Rect in a call to cDevice::CanScaleVideo() are in the range of the width and height returned by GetOsdSize()
Diffstat (limited to 'device.h')
-rw-r--r--device.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/device.h b/device.h
index e2847d86..05b56e91 100644
--- a/device.h
+++ b/device.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: device.h 2.42 2012/12/04 11:52:58 kls Exp $
+ * $Id: device.h 2.43 2013/01/03 08:53:06 kls Exp $
*/
#ifndef __DEVICE_H
@@ -672,6 +672,8 @@ public:
///< be prepared for cases where the returned rectangle is way off the requested
///< Rect, or even Null. In such cases, the skin may want to fall back to
///< working with full screen video.
+ ///< The coordinates of Rect are in the range of the width and height returned
+ ///< by GetOsdSize().
///< If this device can't scale the video, a Null rectangle is returned (this
///< is also the default implementation).
virtual void ScaleVideo(const cRect &Rect = cRect::Null) {}