patch from Rob Stevens to add dragndrop-reordering of the tabs
This commit is contained in:
parent
ad095f9f06
commit
a128e9829f
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ public:
|
||||||
virtual ~FluxboxWindow();
|
virtual ~FluxboxWindow();
|
||||||
|
|
||||||
/// attach client to our client list and remove it from old window
|
/// 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
|
/// detach client (remove it from list) and create a new window for it
|
||||||
bool detachClient(WinClient &client);
|
bool detachClient(WinClient &client);
|
||||||
/// detach current working client if we have more than one
|
/// detach current working client if we have more than one
|
||||||
|
|
Loading…
Reference in a new issue