From 083618cc65e635776a74a6de487544291a2ea9b3 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sun, 11 Mar 2007 11:48:03 +0000 Subject: [PATCH] Added inheritedWindowData member variable to Traits. --- include/osg/GraphicsContext | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/osg/GraphicsContext b/include/osg/GraphicsContext index 2fc0cec33..6b621f2a6 100644 --- a/include/osg/GraphicsContext +++ b/include/osg/GraphicsContext @@ -124,6 +124,8 @@ class OSG_EXPORT GraphicsContext : public Object // shared context GraphicsContext* sharedContext; + + osg::ref_ptr inhertedWindowData; };