added empty imps

This commit is contained in:
Jack Andersen 2015-11-03 17:25:27 -10:00
parent bc17d5aba8
commit aac3d2b7cd
1 changed files with 10 additions and 0 deletions

View File

@ -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
{