This commit is contained in:
Daniel Hahler 2015-02-02 11:19:38 +01:00
parent 29d1b473f8
commit 302e698ba8
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@ function screen.getbycoord(x, y, default)
return default return default
end end
--- Give the focus to a screen, and move pointer. Keeps relative position of the pointer on the screen. --- Give the focus to a screen, and move pointer.
-- Keeps relative position of the pointer on the screen.
-- @param _screen Screen number. -- @param _screen Screen number.
function screen.focus(_screen) function screen.focus(_screen)
client = client or require("awful.client") client = client or require("awful.client")