From André Garneau, Win32 build fixes

This commit is contained in:
Robert Osfield
2007-02-15 14:04:22 +00:00
parent 3fe4be6e70
commit ed01ae9387
2 changed files with 8 additions and 4 deletions

View File

@@ -98,7 +98,7 @@ class GraphicsWindowWin32 : public osgViewer::GraphicsWindow
int getScreenNumberContainingWindow( int& _screenOriginX, int& _screenOriginY );
HGLRC& getWGLContext() { return _hglrc; }
HGLRC getWGLContext() { return _hglrc; }
HWND _hwnd;
HDC _hdc;