diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2012-04-21 21:46:37 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2012-04-21 21:46:37 (GMT) |
| commit | 96506610b276be1b4bc1cbc462d991237750fc62 (patch) | |
| tree | c05e6d55d2a0aa2ad178cfa30f00041a104d6fed /src/interface/Slider.h | |
| parent | 75a9460c835f4ebea501a89d23e0c5f46da985cc (diff) | |
| download | powder-96506610b276be1b4bc1cbc462d991237750fc62.zip powder-96506610b276be1b4bc1cbc462d991237750fc62.tar.gz | |
Clean out graphics, add openGL graphics in seperate file, change brush to use unsigned char rather than boolean for bitmap/outline
Diffstat (limited to 'src/interface/Slider.h')
| -rw-r--r-- | src/interface/Slider.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface/Slider.h b/src/interface/Slider.h index 4992f80..21792bc 100644 --- a/src/interface/Slider.h +++ b/src/interface/Slider.h @@ -26,6 +26,7 @@ class Slider: public ui::Component { bool isMouseDown; unsigned char * bgGradient; SliderAction * actionCallback; + Colour col1, col2; void updatePosition(int position); public: Slider(Point position, Point size, int steps); |
