diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_scene.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/wlr/types/wlr_scene.h b/include/wlr/types/wlr_scene.h index cec54a0b..95d86d83 100644 --- a/include/wlr/types/wlr_scene.h +++ b/include/wlr/types/wlr_scene.h @@ -68,6 +68,7 @@ struct wlr_scene_surface { // private state struct wl_listener surface_destroy; + struct wl_listener surface_commit; }; /** A scene-graph node displaying a solid-colored rectangle */ @@ -84,6 +85,8 @@ struct wlr_scene_output { struct wlr_scene *scene; struct wlr_addon addon; + struct wlr_output_damage *damage; + int x, y; }; |