diff options
author | emersion <contact@emersion.fr> | 2018-01-30 14:45:02 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-01-30 14:45:02 +0100 |
commit | 704130cc1164604c5b805adf186999269e14c5a5 (patch) | |
tree | 3b155e9746555d5d9c2bd104c203a3dfb7c7aae8 /include | |
parent | a7cba7d83fc0c881af79792029f36cd46c6cab2c (diff) |
output: fix performance issues with wlr_output_schedule_frame
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_output.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |