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 2707ca78..cf2e6f66 100644
--- a/include/sway/view.h
+++ b/include/sway/view.h
@@ -55,7 +55,7 @@ struct sway_view {
55 struct { 55 struct {
56 const char *(*get_prop)(struct sway_view *view, 56 const char *(*get_prop)(struct sway_view *view,
57 enum sway_view_prop prop); 57 enum sway_view_prop prop);
58 void (*set_dimensions)(struct sway_view *view, 58 void (*set_size)(struct sway_view *view,
59 int width, int height); 59 int width, int height);
60 } iface; 60 } iface;
61}; 61};