summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-11-18 15:17:14 +0000
committerphintuka <phintuka>2008-11-18 15:17:14 +0000
commit0a1ad19ccb3f6306bbee5eae8a398ef81d2226fd (patch)
tree89534c9dfdd5582b58f6b0c77df06dc707cb9400
parent987c942467ce5a0884de0d111bcc7852dd81493a (diff)
downloadxineliboutput-0a1ad19ccb3f6306bbee5eae8a398ef81d2226fd.tar.gz
xineliboutput-0a1ad19ccb3f6306bbee5eae8a398ef81d2226fd.tar.bz2
Call base class MakePrimaryDevice()
-rw-r--r--device.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/device.c b/device.c
index f9b9c900..0ffdfb97 100644
--- a/device.c
+++ b/device.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: device.c,v 1.61 2008-11-18 15:14:40 phintuka Exp $
+ * $Id: device.c,v 1.62 2008-11-18 15:17:14 phintuka Exp $
*
*/
@@ -323,6 +323,8 @@ void cXinelibDevice::MakePrimaryDevice(bool On)
{
TRACEF("cXinelibDevice::MakePrimaryDevice");
+ cDevice::MakePrimaryDevice(On);
+
if(On)
new cXinelibOsdProvider(this);
}