Added WindowData structures to GraphicsWindowX11,Win32 and Carbon to help support

GraphicsWindow inheriting their window handles from an external toolkit
This commit is contained in:
Robert Osfield
2007-03-16 13:22:05 +00:00
parent bfdc645a09
commit aa28f60357
7 changed files with 45 additions and 11 deletions

View File

@@ -125,7 +125,7 @@ class OSG_EXPORT GraphicsContext : public Object
// shared context
GraphicsContext* sharedContext;
osg::ref_ptr<osg::Referenced> inhertedWindowData;
osg::ref_ptr<osg::Referenced> inheritedWindowData;
};