mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:27:35 +00:00
LibGfx: Unpublish Gfx::Size from the global namespace
This commit is contained in:
parent
9b87843af1
commit
f8b00aa290
29 changed files with 41 additions and 43 deletions
|
@ -122,7 +122,7 @@ private:
|
|||
|
||||
void relayout(const Gfx::Size&);
|
||||
|
||||
Size compute_base_size() const;
|
||||
Gfx::Size compute_base_size() const;
|
||||
int first_selection_column_on_row(int row) const;
|
||||
int last_selection_column_on_row(int row) const;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue