From 02e12f4cb4e1fd60b6374ada2cd0388359a390f5 Mon Sep 17 00:00:00 2001 From: poisson-aerohead Date: Fri, 1 Oct 2021 10:24:55 -0700 Subject: [PATCH] Update screen.lua Add DOC comments to the new screen.object.get_content property in lib/awful/screen.lua. Signed Off: Brian Sobulefsky --- lib/awful/screen.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/awful/screen.lua b/lib/awful/screen.lua index ee384139..161b9682 100644 --- a/lib/awful/screen.lua +++ b/lib/awful/screen.lua @@ -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