From 704130cc1164604c5b805adf186999269e14c5a5 Mon Sep 17 00:00:00 2001 From: emersion Date: Tue, 30 Jan 2018 14:45:02 +0100 Subject: output: fix performance issues with wlr_output_schedule_frame --- include/wlr/types/wlr_output.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index 5b6ba3e7..3eb1c6ff 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -77,6 +77,8 @@ struct wlr_output { struct wl_signal destroy; } events; + struct wl_event_source *idle_frame; + struct wlr_surface *fullscreen_surface; struct wl_listener fullscreen_surface_commit; struct wl_listener fullscreen_surface_destroy; -- cgit v1.2.3