mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
CKeyboardInput: Make saveScreen changeable with forceSaveScreen()
Origin commit data
------------------
Branch: ni/coolstream
Commit: 74b0ce7f70
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2016-10-29 (Sat, 29 Oct 2016)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -101,6 +101,8 @@ class CKeyboardInput : public CMenuTarget
|
||||
int selected;
|
||||
bool changed;
|
||||
CChangeObserver * observ;
|
||||
bool force_saveScreen;
|
||||
fb_pixel_t *pixBuf;
|
||||
|
||||
virtual void init();
|
||||
|
||||
@@ -133,6 +135,8 @@ class CKeyboardInput : public CMenuTarget
|
||||
void hide();
|
||||
int exec( CMenuTarget* parent, const std::string & actionKey );
|
||||
virtual std::string &getValue(void);
|
||||
|
||||
void forceSaveScreen(bool enable);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user