Merge branch 'pu/fb-modules' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox

Conflicts:
	src/gui/epgview.h


Origin commit data
------------------
Commit: e61a23cb74
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-02-08 (Wed, 08 Feb 2017)
This commit is contained in:
vanhofen
2017-02-08 08:02:39 +01:00
114 changed files with 4038 additions and 104 deletions

View File

@@ -43,6 +43,7 @@
#include <gui/color_custom.h>
#include <gui/infoclock.h>
#include <zapit/zapit.h>
#include <driver/pictureviewer/pictureviewer.h>
#include <video.h>
extern cVideo * videoDecoder;
@@ -325,4 +326,4 @@ bool CScreenSaver::IsRun()
if(thrScreenSaver)
return true;
return false;
}
}