]> git.sur5r.net Git - i3/i3/commit
Ignore InputHint when not in WM_HINTS
authorTony Crisci <tony@dubstepdish.com>
Sun, 26 Apr 2015 02:43:46 +0000 (22:43 -0400)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 30 Jul 2015 19:35:12 +0000 (21:35 +0200)
commita0268a38d30ca8a55ca36f570848b581f8ca92e8
treeee8745faeafca1ce5d564f91b788391596a7a970
parentc1b6c946215d0622a4d414fa191623f40f481362
Ignore InputHint when not in WM_HINTS

When InputHint is not in WM_HINTS (i.e., the flag is not set), treat the window
as if the InputHint was set (the default behavior). This means that i3 will
focus the window when it becomes managed.

fixes #1676
src/window.c
testcases/t/158-wm_take_focus.t