deferred cursors: add a max_cursor_latency for output

This commit is contained in:
Daniel Hill 2023-08-29 23:03:35 +12:00
parent ed2cd86cee
commit a601eafb7a
2 changed files with 9 additions and 2 deletions

View file

@ -156,6 +156,8 @@ struct wlr_output {
enum wlr_output_adaptive_sync_status adaptive_sync_status;
uint32_t render_format;
int max_cursor_latency;
bool needs_frame;
// damage for cursors and fullscreen surface, in output-local coordinates
bool frame_pending;