diff options
Diffstat (limited to 'include/sway')
-rw-r--r-- | include/sway/view.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/view.h b/include/sway/view.h index 18e964f3..900bd296 100644 --- a/include/sway/view.h +++ b/include/sway/view.h @@ -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; }; |