awful.client: fix master compat

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-11-10 13:56:18 +01:00
parent eac8a88daa
commit dc98cd915e
1 changed files with 1 additions and 1 deletions

View File

@ -370,7 +370,7 @@ end
--- Get the master window, deprecated, see getmaster().
function master(screen)
util.deprecate()
getmaster(screen)
return getmaster(screen)
end
-- Set the client as slave: put it at the end of other windows.