X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fgraphics%2Fegl_android%2Fglcontext.cpp;h=0e9873980606316bc6cf381383479e165741bf8e;hb=2deed84c84e513ee1c2a2fbbcd3946c1d772fcbb;hp=ecf9a63f29342515c6ec1be24a03e6f5bd995dd7;hpb=91d461ab8ef19ba49423dbbbe9b467ffdf0d1584;p=libs%2Fgui.git diff --git a/source/graphics/egl_android/glcontext.cpp b/source/graphics/egl_android/glcontext.cpp index ecf9a63..0e98739 100644 --- a/source/graphics/egl_android/glcontext.cpp +++ b/source/graphics/egl_android/glcontext.cpp @@ -114,10 +114,8 @@ void GLContext::swap_buffers() eglSwapBuffers(priv->display, priv->surface); } -void GLContext::window_resized(unsigned w, unsigned h) -{ - glViewport(0, 0, w, h); -} +void GLContext::window_resized(unsigned, unsigned) +{ } void GLContext::Private::attach(WindowHandle native_window)