mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 03:17:35 +00:00
WindowServer: Remove m_unmaximized_rect from Window
Superceded by m_floating_rect
This commit is contained in:
parent
68570e897d
commit
ab517aa21d
2 changed files with 3 additions and 6 deletions
|
@ -455,7 +455,6 @@ private:
|
|||
RefPtr<Cursor> m_cursor_override;
|
||||
WindowFrame m_frame;
|
||||
Gfx::DisjointRectSet m_pending_paint_rects;
|
||||
Gfx::IntRect m_unmaximized_rect;
|
||||
Gfx::IntRect m_rect_in_applet_area;
|
||||
RefPtr<Menu> m_window_menu;
|
||||
MenuItem* m_window_menu_minimize_item { nullptr };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue