summaryrefslogtreecommitdiffstats
path: root/include/sway/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/view.h')
-rw-r--r--include/sway/view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/view.h b/include/sway/view.h
index 08c5480b..240ffaa5 100644
--- a/include/sway/view.h
+++ b/include/sway/view.h
@@ -92,6 +92,7 @@ struct sway_view {
92 void (*set_position)(struct sway_view *view, 92 void (*set_position)(struct sway_view *view,
93 double ox, double oy); 93 double ox, double oy);
94 void (*set_activated)(struct sway_view *view, bool activated); 94 void (*set_activated)(struct sway_view *view, bool activated);
95 void (*close)(struct sway_view *view);
95 } iface; 96 } iface;
96 97
97 // only used for unmanaged views (shell specific) 98 // only used for unmanaged views (shell specific)