From 71af49f93493680b4fa0d341d77fda8c8461e129 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sun, 22 Nov 2009 17:27:13 +0000 Subject: [PATCH] Added missing createContextImplementation(). --- include/osgViewer/api/Win32/GraphicsWindowWin32 | 1 + 1 file changed, 1 insertion(+) diff --git a/include/osgViewer/api/Win32/GraphicsWindowWin32 b/include/osgViewer/api/Win32/GraphicsWindowWin32 index afcaaee65..548f7f924 100644 --- a/include/osgViewer/api/Win32/GraphicsWindowWin32 +++ b/include/osgViewer/api/Win32/GraphicsWindowWin32 @@ -107,6 +107,7 @@ class OSGVIEWER_EXPORT GraphicsWindowWin32 : public osgViewer::GraphicsWindow, p bool registerWindowProcedure(); bool unregisterWindowProcedure(); + HGLRC createContextImplementation(); bool createWindow(); bool setWindow( HWND handle );