wlr_scene: Add presentation signal for wlr_scene_buffer

This commit is contained in:
Alexander Orzechowski 2022-05-19 14:21:21 -04:00
parent 7e383c6a6a
commit dfeb1309a8
2 changed files with 14 additions and 3 deletions

View file

@ -114,6 +114,7 @@ struct wlr_scene_buffer {
struct {
struct wl_signal output_enter; // struct wlr_scene_output
struct wl_signal output_leave; // struct wlr_scene_output
struct wl_signal output_present; // struct wlr_scene_output
} events;
// private state