Don't raise floating windows when focused because of focus_follows_mouse
Fixes #2990.
This commit is contained in:
@ -38,6 +38,12 @@ void con_free(Con *con);
|
||||
*/
|
||||
void con_focus(Con *con);
|
||||
|
||||
/**
|
||||
* Sets input focus to the given container and raises it to the top.
|
||||
*
|
||||
*/
|
||||
void con_activate(Con *con);
|
||||
|
||||
/**
|
||||
* Closes the given container.
|
||||
*
|
||||
|
Reference in New Issue
Block a user