fix documentation for exclusive in wayland
This commit is contained in:
parent
9ea20cd753
commit
c130dbe37b
1 changed files with 3 additions and 3 deletions
|
@ -226,8 +226,8 @@ For Wayland users the `<reserve/>` block is replaced by the exclusive field in `
|
||||||
The previous `<window>` block would look like this.
|
The previous `<window>` block would look like this.
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<window name="main_window" stacking="fg" focusable="false" screen="1">
|
<window name="main_window" stacking="fg" focusable="false" screen="1" exclusive="true">
|
||||||
<geometry anchor="top left" x="300px" y="50%" width="25%" height="20px" exclusive="true"/>
|
<geometry anchor="top left" x="300px" y="50%" width="25%" height="20px"/>
|
||||||
<widget>
|
<widget>
|
||||||
<main/>
|
<main/>
|
||||||
</widget>
|
</widget>
|
||||||
|
|
Loading…
Add table
Reference in a new issue