aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_scene.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_scene.h b/include/wlr/types/wlr_scene.h
index a02a5c89..b48aeff8 100644
--- a/include/wlr/types/wlr_scene.h
+++ b/include/wlr/types/wlr_scene.h
@@ -140,6 +140,9 @@ struct wlr_scene_output {
uint8_t index;
bool prev_scanout;
+
+ struct wl_listener output_commit;
+ struct wl_listener output_mode;
};
/** A layer shell scene helper */