cc_frm_clock: fix data type for text color

Origin commit data
------------------
Commit: ddc10473ac
Author: Thilo Graf <dbt@novatux.de>
Date: 2022-03-27 (Sun, 27 Mar 2022)
This commit is contained in:
2022-03-27 21:46:44 +02:00
committed by vanhofen
parent 6dfa04689c
commit f68ebd74aa

View File

@@ -66,7 +66,7 @@ class CComponentsFrmClock : public CComponentsForm, public CCTextScreen
int cl_font_style;
///text color
int cl_col_text;
fb_pixel_t cl_col_text;
///refresh mode
bool cl_force_repaint;