awful.client: fix master compat
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
eac8a88daa
commit
dc98cd915e
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue