From 93ea40313943a0f8b1a816701e9254db6f09501e Mon Sep 17 00:00:00 2001 From: Aproxia-dev Date: Sat, 10 Dec 2022 22:48:20 +0100 Subject: [PATCH] drawin: Updated docs --- objects/drawin.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/objects/drawin.c b/objects/drawin.c index 7d63af31e..dddd50130 100644 --- a/objects/drawin.c +++ b/objects/drawin.c @@ -53,6 +53,7 @@ lua_class_t drawin_class; * @field border_width Border width. * @field border_color Border color. * @field ontop On top of other windows. + * @field desktop Below other windows and widgets. * @field cursor The mouse cursor. * @field visible Visibility. * @field opacity The opacity of the drawin, between 0 and 1. @@ -101,6 +102,10 @@ lua_class_t drawin_class; * @signal property::ontop */ +/** + * @signal property::desktop + */ + /** * @signal property::visible */