mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 06:54:45 +03:00
x11: fix INTEGRATED_BUTTONS|RESIZE
Shouldn't show the native titlebar in that case
This commit is contained in:
parent
ed67d0449a
commit
b74da54a70
@ -953,6 +953,7 @@ impl XWindowInner {
|
|||||||
FUNC_ALL
|
FUNC_ALL
|
||||||
} else if decorations == WindowDecorations::RESIZE
|
} else if decorations == WindowDecorations::RESIZE
|
||||||
|| decorations == WindowDecorations::INTEGRATED_BUTTONS
|
|| decorations == WindowDecorations::INTEGRATED_BUTTONS
|
||||||
|
|| decorations == WindowDecorations::INTEGRATED_BUTTONS|WindowDecorations::RESIZE
|
||||||
{
|
{
|
||||||
FUNC_RESIZE
|
FUNC_RESIZE
|
||||||
} else if decorations == WindowDecorations::TITLE {
|
} else if decorations == WindowDecorations::TITLE {
|
||||||
|
Loading…
Reference in New Issue
Block a user