From 96f0e8bd54e386bc8f66b10d2ca020301d439bbc Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 25 May 2007 15:57:59 +0000 Subject: [PATCH] Added some debug message to the set/getWindowSystemInterface function --- src/osg/GraphicsContext.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/osg/GraphicsContext.cpp b/src/osg/GraphicsContext.cpp index 2de310617..4ac78ef08 100644 --- a/src/osg/GraphicsContext.cpp +++ b/src/osg/GraphicsContext.cpp @@ -34,10 +34,12 @@ static ref_ptr s_WindowingSystemInter void GraphicsContext::setWindowingSystemInterface(WindowingSystemInterface* callback) { s_WindowingSystemInterface = callback; + osg::notify(osg::INFO)<<"GraphicsContext::setWindowingSystemInterface() "<