mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
scene: send surface enter/leave events
This commit is contained in:
parent
679f5ed966
commit
1b80b9ddce
2 changed files with 80 additions and 3 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue