mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
fix: add stack update on focus change
Enable the stack update again for focus changes on non-focusable views.
This commit is contained in:
parent
742c66d93f
commit
e6d613ca2e
2 changed files with 6 additions and 6 deletions
|
|
@ -236,7 +236,7 @@ error_session:
|
|||
## Wayland protocol implementation
|
||||
|
||||
Each protocol generally lives in a file with the same name, usually containing
|
||||
at leats one struct for each interface in the protocol. For instance,
|
||||
at least one struct for each interface in the protocol. For instance,
|
||||
`xdg_shell` lives in `types/wlr_xdg_shell.h` and has a `wlr_xdg_surface` struct.
|
||||
|
||||
### Globals
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue