JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
remove the ev->state check in enternotify()
authorRyan McBride <mcbride@countersiege.com>
Tue, 27 Oct 2009 10:49:47 +0000 (10:49 +0000)
committerRyan McBride <mcbride@countersiege.com>
Tue, 27 Oct 2009 10:49:47 +0000 (10:49 +0000)
commit1aca1ca9d68ba4740755e96680383d4a42308c28
tree574765eeebf18b83e46ce0853805ea8fd459ecf7
parent3cf9db9166dc7f305a4b557d8528237e2d265556
remove the ev->state check in enternotify()
ev->state indicates the state of the buttons and modifier keys, so it's not
just workspace changes but any time these buttons are down.  This heuristic
breaks focus with mouse buttons down and when creating new terminals with
m-s-enter, among other things.
scrotwm.c