Added support for controlling border and override redirect to the SingleWindow View::Config

This commit is contained in:
Robert Osfield
2013-05-20 14:17:43 +00:00
parent 086ffd1672
commit acb4ba8554
3 changed files with 16 additions and 5 deletions

View File

@@ -14,4 +14,6 @@ REGISTER_OBJECT_WRAPPER( osgViewer_SingleWindow,
ADD_INT_SERIALIZER( Width, -1);
ADD_INT_SERIALIZER( Height, -1);
ADD_UINT_SERIALIZER( ScreenNum, 0u);
ADD_BOOL_SERIALIZER( Border, true);
ADD_BOOL_SERIALIZER( OverrideRedirect, true);
}