added remanage swallow check

This commit is contained in:
izzel
2019-12-31 19:03:21 +00:00
committed by Wilhelm Schuster
parent 1d9160f2d2
commit 377f7d7ab2
2 changed files with 12 additions and 0 deletions

View File

@ -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;
};
/**