added function to construct a rounded rect
This commit is contained in:
@ -36,6 +36,7 @@ class ScreensaverPlugin {
|
||||
double random_y();
|
||||
double random01();
|
||||
double random_between(double v1, double v2);
|
||||
void rounded_rect(const cairo_rectangle_t& rect, double radius);
|
||||
};
|
||||
|
||||
#endif // _ScreensaverPlugin_H_
|
||||
|
Reference in New Issue
Block a user