doc: awful.placement.no_offscreen

This commit is contained in:
Daniel Hahler 2015-08-14 03:02:52 +02:00
parent b600b143b6
commit 66c4ff7f2c
1 changed files with 3 additions and 3 deletions

View File

@ -103,9 +103,9 @@ local function area_remove(areas, elem)
return areas
end
--- Place the client so no part of it will be outside the screen.
-- @param c The client.
-- @return The new client geometry.
--- Place the client so no part of it will be outside the screen (workarea).
-- @client c The client.
-- @treturn table The new client geometry.
function placement.no_offscreen(c)
local c = c or capi.client.focus
local geometry = c:geometry()