scene: send surface enter/leave events

This commit is contained in:
Simon Ser 2021-08-25 10:52:08 +02:00
parent 679f5ed966
commit 1b80b9ddce
2 changed files with 80 additions and 3 deletions

View file

@ -67,6 +67,8 @@ struct wlr_scene_surface {
// private state
int prev_width, prev_height;
struct wl_listener surface_destroy;
struct wl_listener surface_commit;
};