aboutsummaryrefslogtreecommitdiff
path: root/src/Workspace.hh
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-06-24 14:57:54 (GMT)
committerfluxgen <fluxgen>2003-06-24 14:57:54 (GMT)
commit4d389149bce961f531a17079bd3fe42e8d938fd0 (patch)
tree23caff252e9a331dccbb038ed0cf718bed3d191f /src/Workspace.hh
parent225dc75dd9c85f573c9be95e87f3eb4acadc4ddc (diff)
downloadfluxbox-4d389149bce961f531a17079bd3fe42e8d938fd0.zip
fluxbox-4d389149bce961f531a17079bd3fe42e8d938fd0.tar.bz2
minor cleaning, removed window number
Diffstat (limited to 'src/Workspace.hh')
-rw-r--r--src/Workspace.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Workspace.hh b/src/Workspace.hh
index c0afe65..ad9a166 100644
--- a/src/Workspace.hh
+++ b/src/Workspace.hh
@@ -62,7 +62,7 @@ public:
62 void update(); 62 void update();
63 void setCurrent(); 63 void setCurrent();
64 void shutdown(); 64 void shutdown();
65 int addWindow(FluxboxWindow &win, bool place = false); 65 void addWindow(FluxboxWindow &win, bool place = false);
66 int removeWindow(FluxboxWindow *win); 66 int removeWindow(FluxboxWindow *win);
67 void removeWindow(WinClient &client); 67 void removeWindow(WinClient &client);
68 void updateClientmenu(); 68 void updateClientmenu();