Fixed typo.
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14680 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
@@ -841,7 +841,7 @@ void GraphicsWindowX11::init()
|
||||
}
|
||||
}
|
||||
|
||||
getEventQueue()->syncWindowRectangleWithGraphcisContext();
|
||||
getEventQueue()->syncWindowRectangleWithGraphicsContext();
|
||||
}
|
||||
|
||||
bool GraphicsWindowX11::createWindow()
|
||||
@@ -1055,7 +1055,7 @@ bool GraphicsWindowX11::realizeImplementation()
|
||||
|
||||
XMapWindow( _display, _window );
|
||||
|
||||
getEventQueue()->syncWindowRectangleWithGraphcisContext();
|
||||
getEventQueue()->syncWindowRectangleWithGraphicsContext();
|
||||
|
||||
// Window temp = _window;
|
||||
// XSetWMColormapWindows( _display, _window, &temp, 1);
|
||||
|
||||
Reference in New Issue
Block a user