mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:37:35 +00:00
LibGfx: Unpublish Gfx::Point from global namespace
This commit is contained in:
parent
20cfd2a6bf
commit
9b87843af1
34 changed files with 51 additions and 53 deletions
|
@ -54,7 +54,7 @@ private:
|
|||
Gfx::Rect rubber_band_rect() const;
|
||||
|
||||
Gfx::Point m_drag_origin;
|
||||
HashMap<GUI::Widget*, Point> m_positions_before_drag;
|
||||
HashMap<GUI::Widget*, Gfx::Point> m_positions_before_drag;
|
||||
bool m_dragging { false };
|
||||
|
||||
bool m_rubber_banding { false };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue