aboutsummaryrefslogtreecommitdiff
path: root/src/ButtonTool.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ButtonTool.cc')
-rw-r--r--src/ButtonTool.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ButtonTool.cc b/src/ButtonTool.cc
index 0e11733..ad54534 100644
--- a/src/ButtonTool.cc
+++ b/src/ButtonTool.cc
@@ -49,7 +49,7 @@ void ButtonTool::updateSizing() {
49 btn.setBorderWidth(theme()->border().width()); 49 btn.setBorderWidth(theme()->border().width());
50} 50}
51 51
52void ButtonTool::renderTheme(unsigned char alpha) { 52void ButtonTool::renderTheme(int alpha) {
53 FbTk::Button &btn = static_cast<FbTk::Button &>(window()); 53 FbTk::Button &btn = static_cast<FbTk::Button &>(window());
54 54
55 btn.setGC(static_cast<const ButtonTheme &>(*theme()).gc()); 55 btn.setGC(static_cast<const ButtonTheme &>(*theme()).gc());