From a128e9829f704d9f30f1a0410fb56baca0662bae Mon Sep 17 00:00:00 2001 From: mathias Date: Wed, 24 Nov 2004 23:26:38 +0000 Subject: patch from Rob Stevens to add dragndrop-reordering of the tabs --- src/Window.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: virtual ~FluxboxWindow(); /// attach client to our client list and remove it from old window - void attachClient(WinClient &client); + void attachClient(WinClient &client, int x=-1, int y=-1); /// detach client (remove it from list) and create a new window for it bool detachClient(WinClient &client); /// detach current working client if we have more than one -- cgit v0.11.2