Added setWindowRectangle implementation for GraphicsWindowWin32, and
place holder for setWindowRectangle implementation for GraphicsWindowCarbon.
This commit is contained in:
@@ -1060,6 +1060,11 @@ void GraphicsWindowCarbon::checkEvents()
|
||||
}
|
||||
|
||||
|
||||
void GraphicsWindowCarbon::setWindowRectangle(int x, int y, int width, int height)
|
||||
{
|
||||
// TODO: implement
|
||||
osg::notify(osg::NOTICE)<<"GraphicsWindowCarbon::setWindowRectangle(..) not implemented."<<std::endl;
|
||||
}
|
||||
|
||||
void GraphicsWindowCarbon::grabFocus()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user