mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-17 06:46:39 -04:00
Merge branch 'scene-confusion' into 'master'
scene: only send leave events to outputs with matching scene root See merge request wlroots/wlroots!5315
This commit is contained in:
commit
fb4f6d1f12
2 changed files with 22 additions and 9 deletions
|
|
@ -127,6 +127,8 @@ struct wlr_surface_output {
|
|||
struct {
|
||||
struct wl_listener bind;
|
||||
struct wl_listener destroy;
|
||||
|
||||
bool suspended;
|
||||
} WLR_PRIVATE;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue