ewmh.activate: document focus handling

This commit is contained in:
Daniel Hahler 2015-10-13 12:00:33 +02:00
parent 017660de48
commit 2acc125354
1 changed files with 3 additions and 1 deletions

View File

@ -153,7 +153,9 @@ local function geometry_change(window)
geometry_change_lock = false geometry_change_lock = false
end end
--- Activate a window --- Activate a window.
--
-- This sets the focus only if the client is visible.
-- --
-- @client c A client to use -- @client c A client to use
-- @tparam string context The context where this signal was used. -- @tparam string context The context where this signal was used.