Send surface enter/leave events

This commit is contained in:
Drew DeVault 2018-02-25 17:23:36 -05:00
parent 61c1c3e7af
commit 8ad26c8afd
3 changed files with 45 additions and 0 deletions

View file

@ -115,4 +115,6 @@ void view_set_activated(struct sway_view *view, bool activated);
void view_close(struct sway_view *view);
void view_update_outputs(struct sway_view *view, const struct wlr_box *before);
#endif