Prevent focus stealing prevention when running apps with key bindings.
authorDana Jansens <danakj@orodu.net>
Fri, 25 Nov 2011 19:46:32 +0000 (14:46 -0500)
committerDana Jansens <danakj@orodu.net>
Fri, 25 Nov 2011 19:46:32 +0000 (14:46 -0500)
commit3b9fce92e0afab89a46080f525e4392bc4c01aa5
treea37bd73e0b0ca3d9d2ba45a602df84023556f4a0
parent3e153f428dcf48d18510c959a2578086113dd1bf
Prevent focus stealing prevention when running apps with key bindings.

1. Let actions get the last say on event_last_user_timer (i.e. update it before
   calling their last function).
2. Reset it when executing something as we want to let it steal focus, unless
   user contiunes to use a window afterward.
openbox/action.c
openbox/actions/execute.c