wlr_scene: Make presentation object public

This commit is contained in:
Alexander Orzechowski 2022-03-20 20:56:13 -04:00
parent 20cc1ce0b9
commit f2dbcc3358
1 changed files with 3 additions and 2 deletions

View File

@ -76,10 +76,11 @@ struct wlr_scene {
struct wl_list outputs; // wlr_scene_output.link
// private state
// May be NULL
struct wlr_presentation *presentation;
// private state
struct wl_listener presentation_destroy;
};