Revert "Fix NOTIFICATION_WM_SIZE_CHANGED firing if the size hasn't changed"

This reverts commit 957378a69e, reversing
changes made to 0d88840e81.
This commit is contained in:
Michael Alexsander 2024-02-21 15:28:34 -03:00
parent 16d61427ca
commit 584a6aeeb7
No known key found for this signature in database
GPG key ID: A9C91EE110F4EABA
2 changed files with 1 additions and 5 deletions

View file

@ -116,7 +116,6 @@ private:
mutable Size2i size = Size2i(DEFAULT_WINDOW_SIZE, DEFAULT_WINDOW_SIZE);
mutable Size2i min_size;
mutable Size2i max_size;
mutable Size2i old_size = size;
mutable Vector<Vector2> mpath;
mutable Mode mode = MODE_WINDOWED;
mutable bool flags[FLAG_MAX] = {};