mirror of https://github.com/AxioDL/boo.git
added empty imps
This commit is contained in:
parent
bc17d5aba8
commit
aac3d2b7cd
|
@ -133,9 +133,19 @@ struct WindowWayland : IWindow
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void getWindowFrame(int& xOut, int& yOut, int& wOut, int& hOut) const
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
void setWindowFrame(float x, float y, float w, float h)
|
void setWindowFrame(float x, float y, float w, float h)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
void setWindowFrame(int x, int y, int w, int h)
|
||||||
|
{
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
float getVirtualPixelFactor() const
|
float getVirtualPixelFactor() const
|
||||||
|
|
Loading…
Reference in New Issue