Remanage window after property updates (like titles) (#3759)
This commit is contained in:
committed by
Michael Stapelberg
parent
3b88e41dd8
commit
0845d7b264
@ -489,6 +489,10 @@ struct Window {
|
||||
bool shaped;
|
||||
/** The window has a nonrectangular input shape. */
|
||||
bool input_shaped;
|
||||
|
||||
/* Time when the window became managed. Used to determine whether a window
|
||||
* should be swallowed after initial management. */
|
||||
time_t managed_since;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user