aboutsummaryrefslogtreecommitdiff
path: root/src/ButtonTool.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/ButtonTool.hh')
-rw-r--r--src/ButtonTool.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ButtonTool.hh b/src/ButtonTool.hh
index 484fea6..ec74618 100644
--- a/src/ButtonTool.hh
+++ b/src/ButtonTool.hh
@@ -41,7 +41,7 @@ public:
41 virtual ~ButtonTool(); 41 virtual ~ButtonTool();
42 42
43protected: 43protected:
44 void renderTheme(unsigned char alpha); 44 void renderTheme(int alpha);
45 void updateSizing(); 45 void updateSizing();
46 Pixmap m_cache_pm, m_cache_pressed_pm; 46 Pixmap m_cache_pm, m_cache_pressed_pm;
47 FbTk::ImageControl &m_image_ctrl; 47 FbTk::ImageControl &m_image_ctrl;