Improve gears.shape module description.

Fixes #3270.
This commit is contained in:
Lucas Schwiderski 2021-03-06 14:27:28 +01:00
parent aba1cf398f
commit a8d830f1e6
No known key found for this signature in database
GPG Key ID: AA12679AAA6DF4D8
1 changed files with 2 additions and 2 deletions

View File

@ -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