Merge branch 'wlroots' into feature/wl-shell

This commit is contained in:
Tony Crisci 2017-12-03 14:22:06 -05:00
commit 823f6ee122
4 changed files with 15 additions and 16 deletions

View file

@ -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;
};