mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
gui/components/cc_frm_clock.cpp: set CTextBox save screen and paint background flag;
add option to call first paint with save bg - default dont save; detach clock thread
This commit is contained in:
@@ -126,7 +126,7 @@ class CComponentsFrmClock : public CComponentsForm
|
||||
///stop ticking clock thread, returns true on success, if false causes log output
|
||||
virtual bool stopThread();
|
||||
|
||||
virtual bool Start();
|
||||
virtual bool Start(bool do_save_bg = CC_SAVE_SCREEN_NO);
|
||||
virtual bool Stop();
|
||||
|
||||
///returns true, if clock is running in thread
|
||||
|
Reference in New Issue
Block a user