[osg-users] getWindowingSystemInterface() fails on Ubuntu 18.04
Julien Valentin
julienvalentin51 at gmail.com
Wed Sep 5 07:03:16 PDT 2018
WindowingSystemInterface is an interface implemented in system dependant osgViewer::XXXWindowingSystemInterface
What may be done is to add a system agnotistic windowInterface in osgviewer
#ifdef SYS
typedef osgViewer::SYSWindowingSystemInterface osgViewer::WindowingInterface
#else if SYS2
typedef osgViewer::SYS2WindowingSystemInterface osgViewer::WindowingInterface
In your case try to use osgUtil::X11WindowingSystemInterface
------------------------
Twirling twirling twirling toward freedom
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=74653#74653
More information about the osg-users
mailing list