Revert "CComponentsPIP: use default background image as default image"

This reverts commit 68ea18ecbf.


Origin commit data
------------------
Commit: 3e754c36d0
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-18 (Wed, 18 Oct 2017)
This commit is contained in:
vanhofen
2017-10-18 09:43:09 +02:00
parent 904003dede
commit f5bea1c0cd

View File

@@ -51,8 +51,8 @@ CComponentsPIP::CComponentsPIP( const int x_pos, const int y_pos, const int perc
//CComponentsPIP
screen_w = frameBuffer->getScreenWidth(true);
screen_h = frameBuffer->getScreenHeight(true);
pic_name = LOGODIR;
pic_name += "/logo.jpg";
pic_name = ICONSDIR;
pic_name += "/start.jpg";
//CComponents
x = x_pos;