titlebar: update titlebar.new() documentation for borders
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
32c0d987cb
commit
435816a811
|
@ -284,7 +284,8 @@ titlebar_init(client_t *c)
|
||||||
* \return The number of value pushed.
|
* \return The number of value pushed.
|
||||||
*
|
*
|
||||||
* \luastack
|
* \luastack
|
||||||
* \lparam A table with values: align, position, fg, bg, width and height.
|
* \lparam A table with values: align, position, fg, bg, border_width,
|
||||||
|
* border_color, width and height.
|
||||||
* \lreturn A brand new titlebar.
|
* \lreturn A brand new titlebar.
|
||||||
*/
|
*/
|
||||||
static int
|
static int
|
||||||
|
|
Loading…
Reference in New Issue