Remove the remaining users of win::destroying

And remove win::destroying as well.

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2019-02-20 01:21:58 +00:00
parent 98d8e84680
commit ae9dee8a9a
2 changed files with 4 additions and 10 deletions

View File

@ -171,9 +171,6 @@ struct win {
bool reg_ignore_valid;
/// Cached width/height of the window including border.
int widthb, heightb;
/// Whether the window is being destroyed. This being true means destroy_win
/// is called, but window might still need to be faded out
bool destroying;
/// Whether the window is bounding-shaped.
bool bounding_shaped;
/// Whether the window just have rounded corners.