From 0f135d6d35384d9270ba250637568bb62f97dea8 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 13 Sep 2007 09:30:30 +0000 Subject: [PATCH] Created two PixelBufferX11::closeImplementation() one the real implementation and a second non op one for GLX <1.3. --- src/osgViewer/PixelBufferX11.cpp | 94 ++++++++++++++++++-------------- 1 file changed, 52 insertions(+), 42 deletions(-) diff --git a/src/osgViewer/PixelBufferX11.cpp b/src/osgViewer/PixelBufferX11.cpp index c743f12b5..88506ce7c 100644 --- a/src/osgViewer/PixelBufferX11.cpp +++ b/src/osgViewer/PixelBufferX11.cpp @@ -267,6 +267,47 @@ void PixelBufferX11::init() _initialized = true; } +void PixelBufferX11::closeImplementation() +{ + // osg::notify(osg::NOTICE)<<"Closing PixelBufferX11"<