mirror of https://github.com/AxioDL/boo.git
added empty imps
This commit is contained in:
parent
bc17d5aba8
commit
aac3d2b7cd
|
@ -133,11 +133,21 @@ 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(int x, int y, int w, int h)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
float getVirtualPixelFactor() const
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in New Issue