Updated wrappers

This commit is contained in:
Robert Osfield
2007-03-14 12:31:53 +00:00
parent 2fae221f2d
commit c000f77502
7 changed files with 130 additions and 32 deletions

View File

@@ -441,6 +441,7 @@ BEGIN_OBJECT_REFLECTOR(osg::GraphicsContext::Traits)
I_PublicMemberProperty(bool, useMultiThreadedOpenGLEngine);
I_PublicMemberProperty(bool, useCursor);
I_PublicMemberProperty(osg::GraphicsContext *, sharedContext);
I_PublicMemberProperty(osg::ref_ptr< osg::Referenced >, inhertedWindowData);
END_REFLECTOR
BEGIN_ABSTRACT_OBJECT_REFLECTOR(osg::GraphicsContext::WindowingSystemInterface)