CCDraw: add comment

Add comment where to find corner radius defines


Origin commit data
------------------
Commit: c317e4dbb4
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-07-31 (Sun, 31 Jul 2016)
This commit is contained in:
2016-07-31 16:48:23 +02:00
parent 65aed5191d
commit c203f9ab6b

View File

@@ -236,7 +236,7 @@ class CCDraw : public COSDFader, public CComponentsSignals
///set corner types
///Possible corner types are defined in CFrameBuffer (see: driver/framebuffer.h)
///Note: default values are given from settings
///Note: default values are given from settings and corner radius sizes are predefined in /system/settings.h
virtual void setCornerType(const int& type);
///set corner radius and type
virtual void setCorner(const int& radius, const int& type = CORNER_ALL);