aboutsummaryrefslogtreecommitdiffstats
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 4d3532d2..9230f456 100644
--- a/include/sway/tree/view.h
+++ b/include/sway/tree/view.h
@@ -110,6 +110,8 @@ struct sway_view {
110 struct wl_listener surface_new_subsurface; 110 struct wl_listener surface_new_subsurface;
111 111
112 int max_render_time; // In milliseconds 112 int max_render_time; // In milliseconds
113
114 enum seat_config_shortcuts_inhibit shortcuts_inhibit;
113}; 115};
114 116
115struct sway_xdg_shell_view { 117struct sway_xdg_shell_view {