Added perlimnary support for reading the DISPLAY variable.

This commit is contained in:
Robert Osfield
2007-08-03 14:50:58 +00:00
parent cb6640a65e
commit 9b9e4cd7c8
4 changed files with 116 additions and 19 deletions

View File

@@ -132,7 +132,7 @@ class OSG_EXPORT View : public osg::Object
virtual ~View();
virtual osg::GraphicsOperation* createRenderer(osg::Camera* camera) { return 0; }
virtual osg::GraphicsOperation* createRenderer(osg::Camera*) { return 0; }
osg::ref_ptr<osg::Stats> _stats;