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, 1 insertions, 3 deletions
diff --git a/src/IconbarTool.hh b/src/IconbarTool.hh
index d7a9c09..d218b91 100644
--- a/src/IconbarTool.hh
+++ b/src/IconbarTool.hh
@@ -100,9 +100,7 @@ private:
100 /// render single button, and probably apply changes (clear) 100 /// render single button, and probably apply changes (clear)
101 /// @param button the button to render 101 /// @param button the button to render
102 /// @param clear if the window should be cleared first 102 /// @param clear if the window should be cleared first
103 /// @param focusOption -1 = use window focus, 0 = render no focus, 1 = render focus 103 void renderButton(IconButton &button, bool clear = true);
104 void renderButton(IconButton &button, bool clear = true,
105 int focusOption = -1);
106 /// render all buttons 104 /// render all buttons
107 void renderTheme(); 105 void renderTheme();
108 void renderTheme(unsigned char alpha); 106 void renderTheme(unsigned char alpha);