mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
screen: fix padding doc
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
7b39a1d3a6
commit
65e1a4a900
1 changed files with 2 additions and 2 deletions
4
screen.c
4
screen.c
|
@ -352,8 +352,8 @@ luaA_screen_index(lua_State *L)
|
|||
* \param L The Lua VM state.
|
||||
* \return The number of elements pushed on stack.
|
||||
* \luastack
|
||||
* \param None or a table with new padding values.
|
||||
* \return The screen padding. A table with top, right, left and bottom
|
||||
* \lparam None or a table with new padding values.
|
||||
* \lreturn The screen padding. A table with top, right, left and bottom
|
||||
* keys and values in pixel.
|
||||
*/
|
||||
static int
|
||||
|
|
Loading…
Reference in a new issue