[dev] [dwm] Patch to support WM_TAKE_FOCUS and InputHint

2011-04-12 Thread Brendan MacDonell
nly adds a total of 11 lines of source, and factors out logic from isprotodel(..) and killclient(..) into a new function sendevent(..) which handles both detecting protocol support and sending supported events. Thanks, Brendan MacDonell diff -r ba7d976f74d3 -r 89fe710d89aa dwm.c --- a/dwm.c Fri Ma

Re: [dev] [dwm] Patch to support WM_TAKE_FOCUS and InputHint

2011-04-12 Thread Brendan MacDonell
k: Why was this never done to begin with? In the case of WM_TAKE_FOCUS handling, it actually looks like someone stumbled on part of the issue in 2009 during a discussion on virtual keyboards, but the patch was forgotten and never made it into the tree. Brendan MacDonell