mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +02:00
fb_generic.cpp: fix build for CST hardware...
was broken with commit 8b7de5f
This commit is contained in:
@@ -301,11 +301,7 @@ void CScreenSaver::paint()
|
||||
}
|
||||
|
||||
dprintf(DEBUG_INFO, "[CScreenSaver] %s - %d : %s\n", __func__, __LINE__, v_bg_files.at(index).c_str());
|
||||
#if HAVE_ARM_HARDWARE
|
||||
m_frameBuffer->showFrame(v_bg_files.at(index), true);
|
||||
#else
|
||||
paintImage(v_bg_files.at(index), 0, 0, m_frameBuffer->getScreenWidth(true), m_frameBuffer->getScreenHeight(true));
|
||||
#endif
|
||||
|
||||
if (!g_settings.screensaver_random)
|
||||
index++;
|
||||
|
Reference in New Issue
Block a user