Update API doc for mouse.screen

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2016-03-27 10:22:14 +02:00
parent 611cd7c2d8
commit 3ffbb8b2b8
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@
/** Mouse library. /** Mouse library.
* *
* @field screen Mouse screen number. * @field screen Mouse screen.
* @table mouse * @table mouse
*/ */
@ -115,7 +115,7 @@ mouse_warp_pointer(xcb_window_t window, int x, int y)
* \return The number of elements pushed on stack. * \return The number of elements pushed on stack.
* \luastack * \luastack
* \lfield coords Mouse coordinates. * \lfield coords Mouse coordinates.
* \lfield screen Mouse screen number. * \lfield screen Mouse screen.
*/ */
static int static int
luaA_mouse_index(lua_State *L) luaA_mouse_index(lua_State *L)