Added setWindowRectangle implementation for GraphicsWindowWin32, and

place holder for setWindowRectangle implementation for GraphicsWindowCarbon.
This commit is contained in:
Robert Osfield
2007-04-13 14:23:10 +00:00
parent 3deda9f2a7
commit 934ed30314
4 changed files with 19 additions and 0 deletions

View File

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