From a8d830f1e6fb8a5675bb0f0bc86e7b77d32d3afe Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Sat, 6 Mar 2021 14:27:28 +0100 Subject: [PATCH] Improve gears.shape module description. Fixes #3270. --- lib/gears/shape.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/gears/shape.lua b/lib/gears/shape.lua index 0b8db9260..d10613b59 100644 --- a/lib/gears/shape.lua +++ b/lib/gears/shape.lua @@ -4,8 +4,8 @@ -- It add the concept of "shape" to Awesome. A shape can be applied to a -- background, a margin, a mask or a drawable shape bounding. -- --- The functions exposed by this module always take a context as first --- parameter followed by the widget and height and additional parameters. +-- The functions exposed by this module always take a cairo context as first +-- parameter followed by a width and height. Individual functions may take additional parameters for their specific implementions. -- -- The functions provided by this module only create a path in the content. -- to actually draw the content, use `cr:fill()`, `cr:mask()`, `cr:clip()` or