From André Garneau, Win32 build fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user