Update API doc for mouse.screen
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
611cd7c2d8
commit
3ffbb8b2b8
4
mouse.c
4
mouse.c
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue