mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
Merge branch 'master' of https://github.com/tuxbox-neutrino/gui-neutrino into ni/tuxbox
Conflicts:
data/locale/deutsch.locale
data/locale/english.locale
src/driver/fb_generic.cpp
src/gui/components/cc_frm_header.h
src/gui/osd_setup.cpp
src/gui/themes.cpp
src/system/locals.h
src/system/locals_intern.h
src/system/settings.h
Origin commit data
------------------
Commit: 644a634f3c
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-08-08 (Tue, 08 Aug 2017)
This commit is contained in:
@@ -239,6 +239,7 @@ class CFrameBuffer : public sigc::trackable
|
||||
const int h = 0, const unsigned char offset = 1, bool paint = true, bool paintBg = false, const fb_pixel_t colBg = 0);
|
||||
bool paintIcon8(const std::string & filename, const int x, const int y, const unsigned char offset = 0);
|
||||
void loadPal (const std::string & filename, const unsigned char offset = 0, const unsigned char endidx = 255);
|
||||
void clearIconCache();
|
||||
|
||||
bool loadPicture2Mem (const std::string & filename, fb_pixel_t * const memp);
|
||||
bool loadPicture2FrameBuffer(const std::string & filename);
|
||||
@@ -286,9 +287,6 @@ class CFrameBuffer : public sigc::trackable
|
||||
std::vector<osd_resolution_t> osd_resolutions;
|
||||
size_t getIndexOsdResolution(uint32_t mode);
|
||||
|
||||
//NI
|
||||
void clearIconCache();
|
||||
|
||||
enum
|
||||
{
|
||||
TM_EMPTY = 0,
|
||||
|
Reference in New Issue
Block a user