Merge branch 'scene-output-idle' into 'master'

Draft: scene/output: disable hardware cursors when idle

See merge request wlroots/wlroots!4204
This commit is contained in:
Simon Ser 2024-08-05 21:20:20 +00:00
commit 0827a6e621
2 changed files with 33 additions and 0 deletions

View file

@ -224,6 +224,8 @@ struct wlr_scene_output {
struct wl_list damage_highlight_regions;
struct wl_array render_list;
struct wl_event_source *idle_timer;
};
struct wlr_scene_timer {