diff options
Diffstat (limited to 'src/GenericTool.cc')
-rw-r--r-- | src/GenericTool.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GenericTool.cc b/src/GenericTool.cc index 67d737f..41388ce 100644 --- a/src/GenericTool.cc +++ b/src/GenericTool.cc | |||
@@ -75,7 +75,7 @@ unsigned int GenericTool::borderWidth() const { | |||
75 | return m_window->borderWidth(); | 75 | return m_window->borderWidth(); |
76 | } | 76 | } |
77 | 77 | ||
78 | void GenericTool::renderTheme(unsigned char alpha) { | 78 | void GenericTool::renderTheme(int alpha) { |
79 | m_window->setAlpha(alpha); | 79 | m_window->setAlpha(alpha); |
80 | m_window->clear(); | 80 | m_window->clear(); |
81 | } | 81 | } |