all repos — fluxbox @ a128e9829f704d9f30f1a0410fb56baca0662bae

custom fork of the fluxbox windowmanager

patch from Rob Stevens to add dragndrop-reordering of the tabs
mathias mathias
commit

a128e9829f704d9f30f1a0410fb56baca0662bae

parent

ad095f9f06fe6e2110218d47ec144175c8ea2ba0

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M src/Window.hhsrc/Window.hh

@@ -164,7 +164,7 @@

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