From f6da4dda4b9598eab16d4d7d77a06693fa6df9c3 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Wed, 16 Dec 2015 19:20:34 -0500 Subject: Bring unmanaged windows to front on output arrange Fixes #312 --- include/container.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/container.h b/include/container.h index d027f369..9a67a689 100644 --- a/include/container.h +++ b/include/container.h @@ -88,6 +88,10 @@ struct sway_container { * Children of this container that are floated. */ list_t *floating; + /** + * Unmanaged view handles in this container. + */ + list_t *unmanaged; /** * The parent of this container. NULL for the root container. -- cgit v1.2.3