From 47f268d8fa83a08cd5c07f2ce50c2ce8b93126de Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Wed, 6 Dec 2017 07:34:33 -0500 Subject: view activate --- include/sway/view.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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; }; -- cgit v1.2.3