JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Some more subtleties for the focus handling code. In particular:
authorRyan McBride <mcbride@countersiege.com>
Thu, 29 Oct 2009 11:16:33 +0000 (11:16 +0000)
committerRyan McBride <mcbride@countersiege.com>
Thu, 29 Oct 2009 11:16:33 +0000 (11:16 +0000)
commit6c9491c6a7db0b80f4c4c2404128ce7fd23c07b3
tree420b41b87aab1b6109a3f07df568a7d2f68a7a2f
parent3e68847bcf275fbf78e33d193f3da8c71f7efdcc
Some more subtleties for the focus handling code.  In particular:
- A global last_focus_event helps us to determine whether another process
  is playing with focus without telling us.
- merge focusin and focusout into a single focusevent, handle focus change
  events triggered by synergy.
- Fix focus issues when entering a fullstack window from another region, by
  checking to see which ws the focus is coming from before ignoring the
  event.
scrotwm.c