You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rebased on current OSG 3.7.0, support OSG_WINDOWING_SYSTEM environment variable to select specific system, default to working windowing system, update to wl_output v4 protocol for current sway/weston
OSG_WARN<<"Warning: GraphicsContext::WindowingSystemInterfaces::getWindowingSystemInterface() failed, no interfaces matches name : "<<name<<std::endl;
97
+
OSG_WARN<<"Warning: GraphicsContext::WindowingSystemInterfaces::getWindowingSystemInterface() failed, no interfaces matches name : "<<search<<std::endl;
94
98
return0;
95
99
}
96
100
else
97
101
{
98
-
// no preference provided so just take the first available interface
99
-
return _interfaces.front().get();
102
+
// no preference provided so just take the first available interface that works
103
+
for (Interfaces::iterator itr = _interfaces.begin();
0 commit comments