summaryrefslogtreecommitdiff
path: root/dvbosd.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2007-08-26 09:58:10 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2007-08-26 09:58:10 +0200
commita80915ff22ec0103fb95212b0048aa73007f87eb (patch)
tree0ba0885a3deae6239f4b67ee066c8319f4856c13 /dvbosd.h
parent6a737033ad4a4b732198a99c5f227f10278b32b6 (diff)
downloadvdr-a80915ff22ec0103fb95212b0048aa73007f87eb.tar.gz
vdr-a80915ff22ec0103fb95212b0048aa73007f87eb.tar.bz2
There can now be more than one OSD at the same time
Diffstat (limited to 'dvbosd.h')
-rw-r--r--dvbosd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dvbosd.h b/dvbosd.h
index 752b9fa1..ae8afb6d 100644
--- a/dvbosd.h
+++ b/dvbosd.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: dvbosd.h 1.18 2004/06/12 13:09:52 kls Exp $
+ * $Id: dvbosd.h 1.19 2007/08/25 13:49:34 kls Exp $
*/
#ifndef __DVBOSD_H
@@ -17,7 +17,7 @@ private:
int osdDev;
public:
cDvbOsdProvider(int OsdDev);
- virtual cOsd *CreateOsd(int Left, int Top);
+ virtual cOsd *CreateOsd(int Left, int Top, uint Level);
};
#endif //__DVBOSD_H