wlroots-hyprland/types/scene
Isaac Freund 1c3e0816f3
scene: fix wlr_scene_send_frame_done() API
This doesn't work if scene outputs are not used as the primary output of
scene surfaces will always be NULL.

Therefore, take a wlr_scene_output instead of separate wlr_scene and
wlr_output arguments and rename the function to
wlr_scene_output_send_frame_done().

The actual behavior of the function is unchanged.
2021-12-13 17:26:22 +01:00
..
output_layout.c scene: add wlr_scene_attach_output_layout 2021-09-09 12:04:35 +02:00
subsurface_tree.c scene/subsurface_tree: hide unmapped subsurfaces 2021-10-31 17:07:13 +01:00
wlr_scene.c scene: fix wlr_scene_send_frame_done() API 2021-12-13 17:26:22 +01:00
xdg_shell.c scene: add wlr_scene_xdg_surface_create 2021-11-25 18:53:12 +01:00