From f5cc4a45e01eb69dad14175021174bb5610b556d Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Thu, 19 Jun 2008 12:57:06 +0200 Subject: [PATCH] mouse: fix coords_get() documentation Signed-off-by: Julien Danjou --- mouse.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mouse.c b/mouse.c index 45552a45..c48827a3 100644 --- a/mouse.c +++ b/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. * * \luastack - * \lparam The x coordinate. - * \lparam The y coordinate. + * \lreturn A table with `x' and `y' keys set to mouse coordinates. */ static int luaA_mouse_coords_get(lua_State *L)