summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-05-16 10:35:36 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-05-16 10:35:36 +0200
commit5d99df7b7760c4a2b497c737a15b609008f6d56d (patch)
treea342f2f7465a73fe2bd63848d87566af8d646dd3 /device.h
parent7aab06d8b1c6de59d06756d44c631984acd299b3 (diff)
downloadvdr-5d99df7b7760c4a2b497c737a15b609008f6d56d.tar.gz
vdr-5d99df7b7760c4a2b497c737a15b609008f6d56d.tar.bz2
Implemented 'skins' and 'themes'
Diffstat (limited to 'device.h')
-rw-r--r--device.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/device.h b/device.h
index 5815aca4..a725e4d4 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 1.41 2004/03/14 10:47:01 kls Exp $
+ * $Id: device.h 1.42 2004/04/17 10:15:25 kls Exp $
*/
#ifndef __DEVICE_H
@@ -54,7 +54,6 @@ enum eVideoSystem { vsPAL,
vsNTSC
};
-class cOsdBase;
class cChannel;
class cPlayer;
class cReceiver;
@@ -139,15 +138,9 @@ public:
virtual bool HasDecoder(void) const;
///< Tells whether this device has an MPEG decoder.
-// OSD facilities
+// SPU facilities
public:
- virtual cOsdBase *NewOsd(int x, int y);
- ///< Creates a new cOsdBase object that can be used by the cOsd class
- ///< to display information on the screen, with the upper left corner
- ///< of the OSD at the given coordinates. If a derived cDevice doesn't
- ///< implement this function, NULL will be returned by default (which
- ///< means the device has no OSD capabilities).
virtual cSpuDecoder *GetSpuDecoder(void);
///< Returns a pointer to the device's SPU decoder (or NULL, if this
///< device doesn't have an SPU decoder).