aboutsummaryrefslogtreecommitdiff
path: root/src/IconbarTool.hh
diff options
context:
space:
mode:
authorrathnor <rathnor>2004-06-16 15:38:19 (GMT)
committerrathnor <rathnor>2004-06-16 15:38:19 (GMT)
commit8f88c1fecb28dc15ecfd2ee210a8e466afe5456c (patch)
tree5adbb44deec68449ee216c10ff047d4446c2a510 /src/IconbarTool.hh
parentdb6e78bba9fbd0e216f0ebbe5d4f55090ca62069 (diff)
downloadfluxbox-8f88c1fecb28dc15ecfd2ee210a8e466afe5456c.zip
fluxbox-8f88c1fecb28dc15ecfd2ee210a8e466afe5456c.tar.bz2
toolbar fixes, updates and optimisations
Diffstat (limited to 'src/IconbarTool.hh')
-rw-r--r--src/IconbarTool.hh6
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