aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/view.h b/include/sway/view.h
index 22f5ccf9..f87a8d5b 100644
--- a/include/sway/view.h
+++ b/include/sway/view.h
@@ -68,7 +68,7 @@ struct sway_view {
68 struct { 68 struct {
69 const char *(*get_prop)(struct sway_view *view, 69 const char *(*get_prop)(struct sway_view *view,
70 enum sway_view_prop prop); 70 enum sway_view_prop prop);
71 void (*set_dimensions)(struct sway_view *view, 71 void (*set_size)(struct sway_view *view,
72 int width, int height); 72 int width, int height);
73 } iface; 73 } iface;
74}; 74};