Fix wl_output enter/leave events

Fixes #1739
This commit is contained in:
emersion 2018-04-05 23:50:21 -04:00
parent 9acd066be4
commit 88e3e5ea5d
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 38 additions and 31 deletions

View file

@ -51,6 +51,7 @@ struct sway_view {
} events;
struct wl_listener surface_new_subsurface;
struct wl_listener container_reparent;
};
struct sway_xdg_shell_v6_view {