CProgressBar: declare paintShapes() static, whitespace fixes

Technically the member function 'CProgressBar::paintShapes' can be static.


Origin commit data
------------------
Commit: 5a224dfbb2
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-08-26 (Mon, 26 Aug 2013)
This commit is contained in:
2013-08-26 21:43:30 +02:00
parent 3c23ed327f
commit c2f2bc704f

View File

@@ -92,7 +92,7 @@ class CProgressBar : public CComponentsItem
///paint version of progressbar with color and advanced display modifications ///paint version of progressbar with color and advanced display modifications
void paintAdvanced(); void paintAdvanced();
///painting of activ/passive bars via shape object ///painting of activ/passive bars via shape object
void paintShapes(int &shx, int &shy, int &shw, int &shh, fb_pixel_t &col); static void paintShapes(int &shx, int &shy, int &shw, int &shh, fb_pixel_t &col);
void initDimensions(); void initDimensions();