view set position

This commit is contained in:
Tony Crisci 2017-12-05 11:02:31 -05:00
parent 83b4c0648d
commit 8bdf3b1b02
6 changed files with 59 additions and 5 deletions

View file

@ -87,6 +87,8 @@ struct sway_view {
enum sway_view_prop prop);
void (*set_size)(struct sway_view *view,
int width, int height);
void (*set_position)(struct sway_view *view,
double ox, double oy);
} iface;
};