doc: Fix c.requests_no_titlebar example

Signed-off-by: Sergey Vlasov <sigprof@gmail.com>
This commit is contained in:
Sergey Vlasov 2018-11-12 11:28:50 +03:00
parent d17433f6c9
commit f0878941ab
1 changed files with 1 additions and 1 deletions

View File

@ -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.
]]