Keep a sticky window focused if it was the focused window on the source workspace.

fixes #1924
This commit is contained in:
Ingo Bürk
2015-09-17 22:52:56 +02:00
parent d4fb17546c
commit 922afe1919
6 changed files with 40 additions and 19 deletions

View File

@ -27,4 +27,4 @@ Output *get_output_from_string(Output *current_output, const char *output_str);
* workspace on that output.
*
*/
void output_push_sticky_windows(void);
void output_push_sticky_windows(Con *to_focus);