Merge pull request #3814 from orestisfl/net_active_fullscreen

handlers.c: new focus should not end up behind fullscreen
This commit is contained in:
Ingo Bürk
2019-10-09 13:25:38 +02:00
committed by GitHub
5 changed files with 64 additions and 45 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.
*