doc: Fix c.requests_no_titlebar example
Signed-off-by: Sergey Vlasov <sigprof@gmail.com>
This commit is contained in:
parent
d17433f6c9
commit
f0878941ab
|
@ -221,7 +221,7 @@ sections.DOC_TITLEBARS = [[
|
|||
sections.DOC_CSD_TITLEBARS = [[
|
||||
For client side decorations, clients might request no titlebars via
|
||||
Motif WM hints. To honor these hints, use:
|
||||
`titlebars_enabled = function(c) return c.requests_no_titlebar end`
|
||||
`titlebars_enabled = function(c) return not c.requests_no_titlebar end`
|
||||
|
||||
See `client.requests_no_titlebar` for more details.
|
||||
]]
|
||||
|
|
Loading…
Reference in New Issue