Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorExMix <rahuba.youri@mapswithme.com>2015-07-08 12:36:57 +0300
committerr.kuznetsov <r.kuznetsov@corp.mail.ru>2015-11-30 16:09:31 +0300
commit425d6bc58416930763e9a74755ff64b6bc9771db (patch)
tree946a9d2067390bc749fb352b5c7e6ef69b096056 /drape/oglcontext.hpp
parent4e8d7d40e78f1fa7ca55b7b107ecab6e19d978e0 (diff)
[drape] clean up drape_head code. Remove QtOGLContextFactory duplicate
in qt application make rendering according qt widgets composition model
Diffstat (limited to 'drape/oglcontext.hpp')
-rw-r--r--drape/oglcontext.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/drape/oglcontext.hpp b/drape/oglcontext.hpp
index ea28215670..bc33c9f462 100644
--- a/drape/oglcontext.hpp
+++ b/drape/oglcontext.hpp
@@ -9,6 +9,7 @@ public:
virtual ~OGLContext() {}
virtual void present() = 0;
virtual void makeCurrent() = 0;
+ virtual void doneCurrent() {}
virtual void setDefaultFramebuffer() = 0;
/// @ param w, h - pixel size of render target (logical size * visual scale)
virtual void resize(int /*w*/, int /*h*/) {}