diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/sway/view.h | 2 |
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 { struct { const char *(*get_prop)(struct sway_view *view, enum sway_view_prop prop); - void (*set_dimensions)(struct sway_view *view, + void (*set_size)(struct sway_view *view, int width, int height); } iface; }; |