From fa27a1c73a1070b7af127695362ad0e5c424b079 Mon Sep 17 00:00:00 2001 From: Johns Date: Sat, 21 Jan 2012 15:56:45 +0100 Subject: Release Version 0.4.0. --- softhddevice.cpp | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'softhddevice.cpp') diff --git a/softhddevice.cpp b/softhddevice.cpp index cbfd242..f48f263 100644 --- a/softhddevice.cpp +++ b/softhddevice.cpp @@ -148,12 +148,13 @@ class cSoftOsd:public cOsd cSoftOsd::cSoftOsd(int left, int top, uint level) :cOsd(left, top, level) { - // FIXME: OsdWidth/OsdHeight not correct! - dsyslog("[softhddev]%s: %dx%d+%d+%d, %d\n", __FUNCTION__, OsdWidth(), - OsdHeight(), left, top, level); + /* FIXME: OsdWidth/OsdHeight not correct! + dsyslog("[softhddev]%s: %dx%d+%d+%d, %d\n", __FUNCTION__, OsdWidth(), + OsdHeight(), left, top, level); + */ this->Level = level; - //SetActive(true); + SetActive(true); } cSoftOsd::~cSoftOsd(void) @@ -847,7 +848,7 @@ uchar *cSoftHdDevice::GrabImage(int &size, bool jpeg, int quality, int width, dsyslog("[softhddev]%s: %d, %d, %d, %dx%d\n", __FUNCTION__, size, jpeg, quality, width, height); - return ::GrabImage(&size, jpeg, quality, width, height); + return::GrabImage(&size, jpeg, quality, width, height); } ////////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3