common/math_util: Move contents into the Common namespace
These types are within the common library, so they should be within the Common namespace.
This commit is contained in:
parent
1b855efd5e
commit
b9238edd0d
18 changed files with 40 additions and 40 deletions
|
@ -16,7 +16,7 @@ struct FramebufferLayout {
|
|||
unsigned width{ScreenUndocked::Width};
|
||||
unsigned height{ScreenUndocked::Height};
|
||||
|
||||
MathUtil::Rectangle<unsigned> screen;
|
||||
Common::Rectangle<unsigned> screen;
|
||||
|
||||
/**
|
||||
* Returns the ration of pixel size of the screen, compared to the native size of the undocked
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue