mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
wlr_scene: Make presentation object public
This commit is contained in:
parent
20cc1ce0b9
commit
f2dbcc3358
1 changed files with 3 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue