aboutsummaryrefslogtreecommitdiff
path: root/src/IconbarTool.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/IconbarTool.hh')
-rw-r--r--src/IconbarTool.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/IconbarTool.hh b/src/IconbarTool.hh
index efb4a1a..cb8304f 100644
--- a/src/IconbarTool.hh
+++ b/src/IconbarTool.hh
@@ -81,7 +81,7 @@ private:
81 void renderButton(IconButton &button, bool clear = true); 81 void renderButton(IconButton &button, bool clear = true);
82 /// render all buttons 82 /// render all buttons
83 void renderTheme(); 83 void renderTheme();
84 void renderTheme(unsigned char alpha); 84 void renderTheme(int alpha);
85 /// destroy all icons 85 /// destroy all icons
86 void deleteIcons(); 86 void deleteIcons();
87 /// add or move a single window 87 /// add or move a single window
@@ -111,7 +111,7 @@ private:
111 FbTk::Resource<unsigned int> m_rc_client_padding; ///< padding of the text 111 FbTk::Resource<unsigned int> m_rc_client_padding; ///< padding of the text
112 FbTk::Resource<bool> m_rc_use_pixmap; ///< if iconbar should use win pixmap or not 112 FbTk::Resource<bool> m_rc_use_pixmap; ///< if iconbar should use win pixmap or not
113 FbMenu m_menu; 113 FbMenu m_menu;
114 unsigned char m_alpha; 114 int m_alpha;
115}; 115};
116 116
117#endif // ICONBARTOOL_HH 117#endif // ICONBARTOOL_HH