scene: use wlr_frame_scheduler

This commit is contained in:
Simon Ser 2022-10-04 12:14:35 +02:00
parent 374a4a8d7e
commit 5424b2d44d
3 changed files with 16 additions and 7 deletions

View file

@ -23,6 +23,7 @@
#include <wayland-server-core.h>
#include <wlr/types/wlr_compositor.h>
#include <wlr/types/wlr_damage_ring.h>
#include <wlr/types/wlr_frame_scheduler.h>
struct wlr_output;
struct wlr_output_layout;
@ -165,6 +166,7 @@ struct wlr_scene_output {
struct wlr_addon addon;
struct wlr_damage_ring damage_ring;
struct wlr_frame_scheduler frame_scheduler;
int x, y;