mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
CComponentsFrmClock: fix shaodow warning
size is a member name of CComponentsForm
Origin commit data
------------------
Commit: 4e1caf8afe
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-01-08 (Wed, 08 Jan 2014)
This commit is contained in:
@@ -100,7 +100,7 @@ class CComponentsFrmClock : public CComponentsForm
|
||||
|
||||
///set font type or font size for segments
|
||||
virtual void setClockFont(int font);
|
||||
virtual void setClockFontSize(int size);
|
||||
virtual void setClockFontSize(int font_size);
|
||||
|
||||
///set text color
|
||||
virtual void setTextColor(fb_pixel_t color_text){ cl_col_text = color_text;};
|
||||
|
Reference in New Issue
Block a user