mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
gui/components/cc_frm_clock.cpp: add method to enable/disable auto-blit()
Conflicts:
src/gui/components/cc_frm_clock.cpp
Origin commit data
------------------
Branch: ni/coolstream
Commit: 84cf3865b5
Author: martii <m4rtii@gmx.de>
Date: 2014-06-19 (Thu, 19 Jun 2014)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -49,6 +49,7 @@ class CComponentsFrmClock : public CComponentsForm
|
||||
private:
|
||||
|
||||
// bool cl_force_segment_paint;
|
||||
bool may_blit;
|
||||
|
||||
protected:
|
||||
///thread
|
||||
@@ -141,6 +142,9 @@ class CComponentsFrmClock : public CComponentsForm
|
||||
|
||||
///set clock activ/inactiv
|
||||
virtual void setClockActiv(bool activ = true);
|
||||
|
||||
///enable/disable automatic blitting
|
||||
void setBlit(bool _may_blit = true) { may_blit = _may_blit; }
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user