Update screen.lua
Add DOC comments to the new screen.object.get_content property in lib/awful/screen.lua. Signed Off: Brian Sobulefsky <brian.sobulefsky@protonmail.com>
This commit is contained in:
parent
b4cb3eae7b
commit
02e12f4cb4
|
@ -207,6 +207,12 @@ end
|
|||
--
|
||||
-- Reading this (read only) property returns a screenshot of the physical
|
||||
-- (Xinerama) screen as a cairo surface.
|
||||
--
|
||||
-- @DOC_screen_content_EXAMPLE@
|
||||
--
|
||||
-- @property content
|
||||
-- @tparam screen s (self)
|
||||
-- @treturn cairo scurface of the screen content
|
||||
|
||||
function screen.object.get_content(s)
|
||||
local geo = s.geometry
|
||||
|
|
Loading…
Reference in New Issue