fix documentation for exclusive in wayland

This commit is contained in:
elkowar 2021-05-03 22:49:43 +02:00
parent 9ea20cd753
commit c130dbe37b
No known key found for this signature in database
GPG key ID: E321AD71B1D1F27F

View file

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