[client] Fix border_set documentation
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
9e2ff3f893
commit
b24c0b286c
4
client.c
4
client.c
|
@ -888,8 +888,8 @@ client_setborder(client_t *c, uint32_t width)
|
|||
}
|
||||
|
||||
/** Set the client border width and color.
|
||||
* \param The border width in pixel.
|
||||
* \param The border color.
|
||||
* \param A table with `width' key for the border width in pixel and `color' key
|
||||
* for the border color.
|
||||
*/
|
||||
static int
|
||||
luaA_client_border_set(lua_State *L)
|
||||
|
|
Loading…
Reference in New Issue