summaryrefslogtreecommitdiffstats
path: root/include/sway/xdg_decoration.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/xdg_decoration.h')
-rw-r--r--include/sway/xdg_decoration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/xdg_decoration.h b/include/sway/xdg_decoration.h
index 46fb8d34..8bef4c6d 100644
--- a/include/sway/xdg_decoration.h
+++ b/include/sway/xdg_decoration.h
@@ -10,7 +10,7 @@ struct sway_xdg_decoration {
10 struct sway_view *view; 10 struct sway_view *view;
11 11
12 struct wl_listener destroy; 12 struct wl_listener destroy;
13 struct wl_listener surface_commit; 13 struct wl_listener request_mode;
14}; 14};
15 15
16struct sway_xdg_decoration *xdg_decoration_from_surface( 16struct sway_xdg_decoration *xdg_decoration_from_surface(