Merge branch 'wlroots' into feature/input

This commit is contained in:
Tony Crisci 2017-12-10 10:25:56 -05:00
commit 0fdecb4d3a
8 changed files with 132 additions and 0 deletions

View file

@ -89,6 +89,7 @@ struct sway_view {
int width, int height);
void (*set_position)(struct sway_view *view,
double ox, double oy);
void (*set_activated)(struct sway_view *view, bool activated);
} iface;
};