[lua] Documentation fix for mouseover hook
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
befd2324d1
commit
2e82fa5abf
1
lua.c
1
lua.c
|
@ -320,6 +320,7 @@ luaA_hooks_newclient(lua_State *L)
|
||||||
|
|
||||||
/** Set the function called each time the mouse enter a new window. This
|
/** Set the function called each time the mouse enter a new window. This
|
||||||
* function is called with the client object as argument.
|
* function is called with the client object as argument.
|
||||||
|
* \param A function to call each time a client gets mouse over it.
|
||||||
*/
|
*/
|
||||||
static int
|
static int
|
||||||
luaA_hooks_mouseover(lua_State *L)
|
luaA_hooks_mouseover(lua_State *L)
|
||||||
|
|
Loading…
Reference in New Issue