use "size" instead of "dimensions"

This commit is contained in:
Tony Crisci 2017-12-03 11:01:44 -05:00
parent b6f4120afc
commit 802e7392f8
4 changed files with 15 additions and 16 deletions

View file

@ -55,7 +55,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;
};