diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/IconbarTool.hh | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/IconbarTool.hh b/src/IconbarTool.hh index 3589185..b40eb41 100644 --- a/src/IconbarTool.hh +++ b/src/IconbarTool.hh | |||
@@ -105,9 +105,13 @@ private: | |||
105 | void updateSizing(); | 105 | void updateSizing(); |
106 | 106 | ||
107 | /// render single button that holds win | 107 | /// render single button that holds win |
108 | void renderWindow(FluxboxWindow &win); | 108 | // void renderWindow(FluxboxWindow &win); |
109 | /// render single button, and probably apply changes (clear) | 109 | /// render single button, and probably apply changes (clear) |
110 | void renderButton(IconButton &button, bool clear = true); | 110 | /// @param button the button to render |
111 | /// @param clear if the window should be cleared first | ||
112 | /// @param focusOption -1 = use window focus, 0 = render no focus, 1 = render focus | ||
113 | void renderButton(IconButton &button, bool clear = true, | ||
114 | int focusOption = -1); | ||
111 | /// render all buttons | 115 | /// render all buttons |
112 | void renderTheme(); | 116 | void renderTheme(); |
113 | void renderTheme(unsigned char alpha); | 117 | void renderTheme(unsigned char alpha); |