diff options
author | fluxgen <fluxgen> | 2003-06-24 14:57:54 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-06-24 14:57:54 (GMT) |
commit | 4d389149bce961f531a17079bd3fe42e8d938fd0 (patch) | |
tree | 23caff252e9a331dccbb038ed0cf718bed3d191f /src/Workspace.hh | |
parent | 225dc75dd9c85f573c9be95e87f3eb4acadc4ddc (diff) | |
download | fluxbox-4d389149bce961f531a17079bd3fe42e8d938fd0.zip fluxbox-4d389149bce961f531a17079bd3fe42e8d938fd0.tar.bz2 |
minor cleaning, removed window number
Diffstat (limited to 'src/Workspace.hh')
-rw-r--r-- | src/Workspace.hh | 2 |
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(); |