aboutsummaryrefslogtreecommitdiff
path: root/src/IconbarTool.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-08-18 11:13:32 (GMT)
committerfluxgen <fluxgen>2003-08-18 11:13:32 (GMT)
commitf1f5472711fe4e8514697b4ccb8681a7f1771902 (patch)
tree2b6af8451e98bbd7923298d1e816e8874d9abc74 /src/IconbarTool.hh
parentcc01c64c5c9af6a162fe88d6e649853fa942b6f4 (diff)
downloadfluxbox-f1f5472711fe4e8514697b4ccb8681a7f1771902.zip
fluxbox-f1f5472711fe4e8514697b4ccb8681a7f1771902.tar.bz2
added removeWindow and fixed workspace sig
Diffstat (limited to 'src/IconbarTool.hh')
-rw-r--r--src/IconbarTool.hh4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/IconbarTool.hh b/src/IconbarTool.hh
index db50cd7..6dc7bfa 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.5 2003/08/16 11:47:26 fluxgen Exp $ 23// $Id: IconbarTool.hh,v 1.6 2003/08/18 11:13:32 fluxgen Exp $
24 24
25#ifndef ICONBARTOOL_HH 25#ifndef ICONBARTOOL_HH
26#define ICONBARTOOL_HH 26#define ICONBARTOOL_HH
@@ -65,6 +65,8 @@ private:
65 void renderTheme(); 65 void renderTheme();
66 /// destroy all icons 66 /// destroy all icons
67 void deleteIcons(); 67 void deleteIcons();
68 /// remove a single window an render theme again
69 void removeWindow(FluxboxWindow &win);
68 70
69 BScreen &m_screen; 71 BScreen &m_screen;
70 Container m_icon_container; 72 Container m_icon_container;