summaryrefslogtreecommitdiffstats
path: root/include/sway/tree/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/tree/view.h')
-rw-r--r--include/sway/tree/view.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/tree/view.h b/include/sway/tree/view.h
index 44cd4a7b..29c87967 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -108,6 +108,8 @@ struct sway_view {
108 } events; 108 } events;
109 109
110 struct wl_listener surface_new_subsurface; 110 struct wl_listener surface_new_subsurface;
111
112 int max_render_time; // In milliseconds
111}; 113};
112 114
113struct sway_xdg_shell_view { 115struct sway_xdg_shell_view {