X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fgraphics%2Fegl_android%2Fglcontext.cpp;h=7853b217a36df35e76862f5511836786133b0038;hb=207eec91afc6b538753ddc44905ac9ddbc907ac0;hp=0e9873980606316bc6cf381383479e165741bf8e;hpb=2deed84c84e513ee1c2a2fbbcd3946c1d772fcbb;p=libs%2Fgui.git diff --git a/source/graphics/egl_android/glcontext.cpp b/source/graphics/egl_android/glcontext.cpp index 0e98739..7853b21 100644 --- a/source/graphics/egl_android/glcontext.cpp +++ b/source/graphics/egl_android/glcontext.cpp @@ -109,6 +109,11 @@ GLContext::~GLContext() delete priv; } +void GLContext::set_swap_interval(unsigned) +{ + // TODO +} + void GLContext::swap_buffers() { eglSwapBuffers(priv->display, priv->surface);