From 1fa7a91bfb4ccbd42a535787f3bb208913b4a7e9 Mon Sep 17 00:00:00 2001 From: taiyu Date: Wed, 26 Aug 2015 11:01:26 -0700 Subject: move_container_to fixup --- include/container.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/container.h') diff --git a/include/container.h b/include/container.h index 798a31a2..6c0de104 100644 --- a/include/container.h +++ b/include/container.h @@ -101,6 +101,7 @@ swayc_t *swayc_active_workspace_for(swayc_t *view); // Container information bool swayc_is_fullscreen(swayc_t *view); +bool swayc_is_active(swayc_t *view); // Mapping functions @@ -110,7 +111,6 @@ void container_map(swayc_t *, void (*f)(swayc_t *, void *), void *); void set_view_visibility(swayc_t *view, void *data); void reset_gaps(swayc_t *view, void *data); - void update_visibility(swayc_t *container); #endif -- cgit v1.2.3-70-g09d2