add wl_surface.frame based frame scheduler

This commit is contained in:
Rose Hudson 2023-08-10 12:29:18 +01:00
parent c515813fd6
commit 9b3588e97c
4 changed files with 86 additions and 1 deletions

View file

@ -47,6 +47,11 @@ struct wlr_output *wlr_wl_output_create_from_surface(struct wlr_backend *backend
*/
bool wlr_backend_is_wl(struct wlr_backend *backend);
/**
* Check whether the Wayland server advertises the wp_presentation protocol.
*/
bool wlr_wl_backend_has_presentation_time(struct wlr_backend *backend);
/**
* Check whether the provided input device is a Wayland input device.
*/