diff options
author | rathnor <rathnor> | 2004-08-29 08:33:13 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2004-08-29 08:33:13 (GMT) |
commit | 97ef84da598aed61a6cb57a62796f302043181e8 (patch) | |
tree | fd68f9ef6703322537eca3743c3217b281d6ce7c /src/IconbarTool.hh | |
parent | 8a59b9b4541490badaf3e1a0503b4ca5f0105c8f (diff) | |
download | fluxbox-97ef84da598aed61a6cb57a62796f302043181e8.zip fluxbox-97ef84da598aed61a6cb57a62796f302043181e8.tar.bz2 |
a few random fixes
Diffstat (limited to 'src/IconbarTool.hh')
-rw-r--r-- | src/IconbarTool.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/IconbarTool.hh b/src/IconbarTool.hh index 600a862..96b51b5 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.14 2004/06/16 15:38:19 rathnor Exp $ | 23 | // $Id: IconbarTool.hh,v 1.15 2004/08/29 08:33:12 rathnor Exp $ |
24 | 24 | ||
25 | #ifndef ICONBARTOOL_HH | 25 | #ifndef ICONBARTOOL_HH |
26 | #define ICONBARTOOL_HH | 26 | #define ICONBARTOOL_HH |
@@ -79,6 +79,8 @@ private: | |||
79 | /// @return button associated with window | 79 | /// @return button associated with window |
80 | IconButton *findButton(FluxboxWindow &win); | 80 | IconButton *findButton(FluxboxWindow &win); |
81 | 81 | ||
82 | void updateSizing(); | ||
83 | |||
82 | /// render single button that holds win | 84 | /// render single button that holds win |
83 | void renderWindow(FluxboxWindow &win); | 85 | void renderWindow(FluxboxWindow &win); |
84 | /// render single button, and probably apply changes (clear) | 86 | /// render single button, and probably apply changes (clear) |