mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-04 20:55:58 +01: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…
Reference in a new issue