X-Git-Url: http://git.tdb.fi/?p=libs%2Fgui.git;a=blobdiff_plain;f=source%2Fgraphics%2Fwgl%2Fglcontext.cpp;h=b6b2c5f91a68dc1d9260aec31ef3dc38d7c1beb2;hp=05f9533de839322057b6b896eb8bc0cfabd3636d;hb=2deed84c84e513ee1c2a2fbbcd3946c1d772fcbb;hpb=91d461ab8ef19ba49423dbbbe9b467ffdf0d1584 diff --git a/source/graphics/wgl/glcontext.cpp b/source/graphics/wgl/glcontext.cpp index 05f9533..b6b2c5f 100644 --- a/source/graphics/wgl/glcontext.cpp +++ b/source/graphics/wgl/glcontext.cpp @@ -61,9 +61,7 @@ void GLContext::swap_buffers() } void GLContext::window_resized(unsigned w, unsigned h) -{ - glViewport(0, 0, w, h); -} +{ } } // namespace Graphics } // namespace Msp