Introduce con_activate_unblock

This commit is contained in:
Orestis Floros
2019-10-09 02:31:52 +03:00
parent 465447a96b
commit 34c217acc8
3 changed files with 44 additions and 34 deletions

View File

@ -45,6 +45,13 @@ void con_focus(Con *con);
*/
void con_activate(Con *con);
/**
* Activates the container like in con_activate but removes fullscreen
* restrictions and properly warps the pointer if needed.
*
*/
void con_activate_unblock(Con *con);
/**
* Closes the given container.
*