mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-19 06:47:02 -04:00
deferred cursors: add a max_cursor_latency for output
This commit is contained in:
parent
ed2cd86cee
commit
a601eafb7a
2 changed files with 9 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue