Merge pull request #2941 from orestisf1993/issue-2938
Fix focus order in floating_disable & floating_enable for unfocused windows
This commit is contained in:
@ -17,3 +17,13 @@
|
||||
*
|
||||
*/
|
||||
void tree_move(Con *con, int direction);
|
||||
|
||||
typedef enum { BEFORE,
|
||||
AFTER } position_t;
|
||||
|
||||
/**
|
||||
* This function detaches 'con' from its parent and inserts it either before or
|
||||
* after 'target'.
|
||||
*
|
||||
*/
|
||||
void insert_con_into(Con *con, Con *target, position_t position);
|
||||
|
Reference in New Issue
Block a user