Revert "Don't call "focus" hook in client_focus()"
commitc73b1c8d4e13afe5727551f7103043c26e01cf47
authorUli Schlachter <psychon@znc.in>
Tue, 17 Aug 2010 19:33:07 +0000 (17 21:33 +0200)
committerUli Schlachter <psychon@znc.in>
Tue, 17 Aug 2010 19:34:01 +0000 (17 21:34 +0200)
tree647f2dcab426a7fe5f3d1e200001081a91496267
parent5fafe8d0eb3737bdbbcf97079786ba6e8d91bbda
Revert "Don't call "focus" hook in client_focus()"

This reverts commit 27f9c0177a9d37e5b19732f7e9ff67860ab4bd48.

This commit broke code like the following because reading client.focus would
still return the previously focused client:

awful.client.focus.byidx(1)
if client.focus then client.focus:raise() end
client.c