diff options
-rw-r--r-- | src/WinClient.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/WinClient.cc b/src/WinClient.cc index 4dae403..7ed3c64 100644 --- a/src/WinClient.cc +++ b/src/WinClient.cc | |||
@@ -19,7 +19,7 @@ | |||
19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 19 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | // $Id: WinClient.cc,v 1.32 2003/12/15 11:55:58 rathnor Exp $ | 22 | // $Id: WinClient.cc,v 1.33 2003/12/15 20:20:20 rathnor Exp $ |
23 | 23 | ||
24 | #include "WinClient.hh" | 24 | #include "WinClient.hh" |
25 | 25 | ||
@@ -403,8 +403,8 @@ void WinClient::updateWMHints() { | |||
403 | // and requires globally active | 403 | // and requires globally active |
404 | if (send_focus_message) | 404 | if (send_focus_message) |
405 | m_focus_mode = F_GLOBALLYACTIVE; | 405 | m_focus_mode = F_GLOBALLYACTIVE; |
406 | else | 406 | else // lots of apps have no hint, but need focus |
407 | m_focus_mode = F_NOINPUT; | 407 | m_focus_mode = F_PASSIVE; |
408 | 408 | ||
409 | if (wmhint->flags & StateHint) | 409 | if (wmhint->flags & StateHint) |
410 | initial_state = wmhint->initial_state; | 410 | initial_state = wmhint->initial_state; |