From 2e82fa5abfb071c3ab3f9422ae781da10b44f6bf Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Wed, 28 May 2008 08:59:35 +0200 Subject: [PATCH] [lua] Documentation fix for mouseover hook Signed-off-by: Julien Danjou --- lua.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lua.c b/lua.c index a758ab4e..243eb986 100644 --- a/lua.c +++ b/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 * function is called with the client object as argument. + * \param A function to call each time a client gets mouse over it. */ static int luaA_hooks_mouseover(lua_State *L)