diff options
Diffstat (limited to 'src/IconbarTool.hh')
-rw-r--r-- | src/IconbarTool.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/IconbarTool.hh b/src/IconbarTool.hh index bfcac34..600a862 100644 --- a/src/IconbarTool.hh +++ b/src/IconbarTool.hh | |||
@@ -20,7 +20,7 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 21 | // DEALINGS IN THE SOFTWARE. |
22 | 22 | ||
23 | // $Id: IconbarTool.hh,v 1.13 2003/12/23 01:55:07 rathnor Exp $ | 23 | // $Id: IconbarTool.hh,v 1.14 2004/06/16 15:38:19 rathnor Exp $ |
24 | 24 | ||
25 | #ifndef ICONBARTOOL_HH | 25 | #ifndef ICONBARTOOL_HH |
26 | #define ICONBARTOOL_HH | 26 | #define ICONBARTOOL_HH |
@@ -81,8 +81,8 @@ private: | |||
81 | 81 | ||
82 | /// render single button that holds win | 82 | /// render single button that holds win |
83 | void renderWindow(FluxboxWindow &win); | 83 | void renderWindow(FluxboxWindow &win); |
84 | /// render single button | 84 | /// render single button, and probably apply changes (clear) |
85 | void renderButton(IconButton &button); | 85 | void renderButton(IconButton &button, bool clear = true); |
86 | /// render all buttons | 86 | /// render all buttons |
87 | void renderTheme(); | 87 | void renderTheme(); |
88 | /// destroy all icons | 88 | /// destroy all icons |