aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorizzel <34325651+izzel@users.noreply.github.com>2019-12-31 19:03:21 +0000
committerWilhelm Schuster <ws@rot13.io>2020-11-10 16:58:43 +0100
commit377f7d7ab2789400b39a717785d3e7d4f2ff8596 (patch)
tree334c96b651469968a7921a93a0e3e317c460e9fa /include
parent1d9160f2d247dbaa83fb62f02fd7041dec767fc2 (diff)
downloadi3-377f7d7ab2789400b39a717785d3e7d4f2ff8596.tar.gz
i3-377f7d7ab2789400b39a717785d3e7d4f2ff8596.zip
added remanage swallow check
Diffstat (limited to 'include')
-rw-r--r--include/data.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/data.h b/include/data.h
index d794909f..e411129f 100644
--- a/include/data.h
+++ b/include/data.h
@@ -476,6 +476,9 @@ struct Window {
/* Time when the window became managed. Used to determine whether a window
* should be swallowed after initial management. */
time_t managed_since;
+
+ /* The window has been swallowed. */
+ bool swallowed;
};
/**