mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-17 02:13:35 +02:00
fb_generic: add possibility to handle with unscaled images in showFrame()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 05cf31b3dd
Author: Thilo Graf <dbt@novatux.de>
Date: 2020-02-06 (Thu, 06 Feb 2020)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -271,8 +271,9 @@ class CFrameBuffer : public sigc::trackable
|
||||
{
|
||||
SHOW_FRAME_FALLBACK_MODE_OFF = 0,
|
||||
SHOW_FRAME_FALLBACK_MODE_IMAGE = 1,
|
||||
SHOW_FRAME_FALLBACK_MODE_BLACKSCREEN = 2,
|
||||
SHOW_FRAME_FALLBACK_MODE_CALLBACK = 4
|
||||
SHOW_FRAME_FALLBACK_MODE_IMAGE_UNSCALED = 2,
|
||||
SHOW_FRAME_FALLBACK_MODE_BLACKSCREEN = 4,
|
||||
SHOW_FRAME_FALLBACK_MODE_CALLBACK = 8
|
||||
};
|
||||
bool showFrame(const std::string & filename, int fallback_mode = SHOW_FRAME_FALLBACK_MODE_OFF);
|
||||
void stopFrame();
|
||||
|
Reference in New Issue
Block a user