view activate

This commit is contained in:
Tony Crisci 2017-12-06 07:34:33 -05:00
parent 3fe64482bb
commit 47f268d8fa
4 changed files with 26 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;
};