mouse: fix coords_get() documentation

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-06-19 12:57:06 +02:00
parent 2d8d50f2c1
commit f5cc4a45e0
1 changed files with 2 additions and 3 deletions

View File

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