From 0a1ad19ccb3f6306bbee5eae8a398ef81d2226fd Mon Sep 17 00:00:00 2001 From: phintuka Date: Tue, 18 Nov 2008 15:17:14 +0000 Subject: Call base class MakePrimaryDevice() --- device.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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); } -- cgit v1.2.3