mouse: fix coords_get() documentation
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
2d8d50f2c1
commit
f5cc4a45e0
5
mouse.c
5
mouse.c
|
@ -963,12 +963,11 @@ mouse_client_resize(client_t *c, corner_t corner, bool infobox)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Set mouse coordinates.
|
/** Get mouse coordinates.
|
||||||
* \param L The Lua VM state.
|
* \param L The Lua VM state.
|
||||||
*
|
*
|
||||||
* \luastack
|
* \luastack
|
||||||
* \lparam The x coordinate.
|
* \lreturn A table with `x' and `y' keys set to mouse coordinates.
|
||||||
* \lparam The y coordinate.
|
|
||||||
*/
|
*/
|
||||||
static int
|
static int
|
||||||
luaA_mouse_coords_get(lua_State *L)
|
luaA_mouse_coords_get(lua_State *L)
|
||||||
|
|
Loading…
Reference in New Issue