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:
[CST] Focus
2015-03-06 13:35:34 +03:00
parent 16a1927f4f
commit f50840ac96
2 changed files with 9 additions and 4 deletions

View File

@@ -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