Fast fix for picviewer; Page up/down change for channel list

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@388 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Commit: b5655fb6f4
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2010-02-20 (Sat, 20 Feb 2010)
This commit is contained in:
[CST] Focus
2010-02-20 12:30:22 +00:00
parent 69428b96be
commit 7128af7a6f
6 changed files with 26 additions and 9 deletions

View File

@@ -83,11 +83,12 @@ CPictureViewer::CFormathandler * CPictureViewer::fh_getsize (const char *name, i
bool CPictureViewer::DecodeImage (const std::string & name, bool showBusySign, bool unscaled)
{
// dbout("DecodeImage {\n");
#if 0 // quick fix for issue #245. TODO more smart fix for this problem
if (name == m_NextPic_Name) {
// dbout("DecodeImage }\n");
return true;
}
#endif
int x, y, xs, ys, imx, imy;
xs = CFrameBuffer::getInstance()->getScreenWidth(true);