mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-09 13:37:48 +00:00
added empty imps
This commit is contained in:
@@ -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(int x, int y, int w, int h)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
float getVirtualPixelFactor() const
|
||||
|
||||
Reference in New Issue
Block a user