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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/view.h b/include/sway/view.h
index 2675a6f5..9d503674 100644
--- a/include/sway/view.h
+++ b/include/sway/view.h
@@ -52,6 +52,8 @@ struct sway_view {
52 struct { 52 struct {
53 const char *(*get_prop)(struct sway_view *view, 53 const char *(*get_prop)(struct sway_view *view,
54 enum sway_view_prop prop); 54 enum sway_view_prop prop);
55 void (*set_dimensions)(struct sway_view *view,
56 int width, int height);
55 } iface; 57 } iface;
56}; 58};
57 59