mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-02-19 18:53:05 +00:00
wlr_scene: Make presentation object public
This commit is contained in:
parent
20cc1ce0b9
commit
f2dbcc3358
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user