diff options
-rw-r--r-- | include/wlr/types/wlr_scene.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/wlr/types/wlr_scene.h b/include/wlr/types/wlr_scene.h index e1818b37..f390c278 100644 --- a/include/wlr/types/wlr_scene.h +++ b/include/wlr/types/wlr_scene.h @@ -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; }; |