Split: Illustrate split_move func
This commit is contained in:
parent
58b6d9bccb
commit
0774936a6f
@ -334,6 +334,13 @@ split_client_integrate(Client *c, Client *sc, int screen, int tag)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** Move splitted client by re-arranging it in next by direction client
|
/** Move splitted client by re-arranging it in next by direction client
|
||||||
|
* Integrate c in next client by direction
|
||||||
|
* Example case, direction = left:
|
||||||
|
* ___________ ___________
|
||||||
|
* | | B | -> | A | |
|
||||||
|
* | A |_____| -> |_____| B |
|
||||||
|
* | |< C | -> | C |v v v|
|
||||||
|
* |_____|_____| -> |_____|_____|
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
split_move_dir(Client *c, Position p)
|
split_move_dir(Client *c, Position p)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user