diff options
author | mathias <mathias> | 2004-11-24 23:26:38 (GMT) |
---|---|---|
committer | mathias <mathias> | 2004-11-24 23:26:38 (GMT) |
commit | a128e9829f704d9f30f1a0410fb56baca0662bae (patch) | |
tree | 7e22057b94557e35823488606bb6e943c835f937 | |
parent | ad095f9f06fe6e2110218d47ec144175c8ea2ba0 (diff) | |
download | fluxbox-a128e9829f704d9f30f1a0410fb56baca0662bae.zip fluxbox-a128e9829f704d9f30f1a0410fb56baca0662bae.tar.bz2 |
patch from Rob Stevens to add dragndrop-reordering of the tabs
-rw-r--r-- | src/Window.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Window.hh b/src/Window.hh index 236f620..a2785cb 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -164,7 +164,7 @@ public: | |||
164 | virtual ~FluxboxWindow(); | 164 | virtual ~FluxboxWindow(); |
165 | 165 | ||
166 | /// attach client to our client list and remove it from old window | 166 | /// attach client to our client list and remove it from old window |
167 | void attachClient(WinClient &client); | 167 | void attachClient(WinClient &client, int x=-1, int y=-1); |
168 | /// detach client (remove it from list) and create a new window for it | 168 | /// detach client (remove it from list) and create a new window for it |
169 | bool detachClient(WinClient &client); | 169 | bool detachClient(WinClient &client); |
170 | /// detach current working client if we have more than one | 170 | /// detach current working client if we have more than one |