CComponentsFrmClock: prepare members for usage as virtual members

Origin commit data
------------------
Commit: 72d2639a73
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-10-09 (Wed, 09 Oct 2013)
This commit is contained in:
2013-10-09 20:13:11 +02:00
parent 356def18ae
commit 5d2aa4c3b3
2 changed files with 19 additions and 13 deletions

View File

@@ -38,6 +38,11 @@
using namespace std;
CComponentsFrmClock::CComponentsFrmClock()
{
initVarClock();
}
CComponentsFrmClock::CComponentsFrmClock( const int x_pos, const int y_pos, const int w, const int h,
const char* format_str, bool activ, bool has_shadow,
fb_pixel_t color_frame, fb_pixel_t color_body, fb_pixel_t color_shadow)