diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2009-05-09 10:11:16 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2009-05-09 10:11:16 +0200 |
commit | f936db2ac64206b682de49b9d3bef853eec4e6b1 (patch) | |
tree | e63e616a35fe1d310ccf80a410a4608c8062b8a2 /osd.h | |
parent | 61c811ac709ffd56c4ce69c1c72e56fcb28b0d0c (diff) | |
download | vdr-f936db2ac64206b682de49b9d3bef853eec4e6b1.tar.gz vdr-f936db2ac64206b682de49b9d3bef853eec4e6b1.tar.bz2 |
Implemented cDevice::GetOsdSize(); fixed the way the OSD size is determined on full featured DVB cards
Diffstat (limited to 'osd.h')
-rw-r--r-- | osd.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: osd.h 2.3 2009/05/03 13:52:10 kls Exp $ + * $Id: osd.h 2.4 2009/05/08 13:41:03 kls Exp $ */ #ifndef __OSD_H @@ -408,7 +408,7 @@ private: static cOsdProvider *osdProvider; static int oldWidth; static int oldHeight; - static int oldAspect; + static double oldAspect; protected: virtual cOsd *CreateOsd(int Left, int Top, uint Level) = 0; ///< Returns a pointer to a newly created cOsd object, which will be located |