[client] Fix border_set documentation

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-05-29 09:50:49 +02:00
parent 9e2ff3f893
commit b24c0b286c
1 changed files with 2 additions and 2 deletions

View File

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