diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-11-25 14:11:13 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-12-13 11:34:24 +0000 |
commit | 8bd9db90383ee008777903c35c7a5eb2c5352e71 (patch) | |
tree | b478f9e0eb2b018da0337be995e2a1e6cd57a4a8 /include | |
parent | 482d7ce61b423600b41b459eb26a2cc221cd0acf (diff) |
gtk3: implement opengl support for slideshow
all of them work, except "Fall" doesn't look right, but it has
the exact same problem under gtk2/gen to.
Change-Id: I73cb9c0fb8211f727198be78d90d4f80a4f8c7c8
Reviewed-on: https://gerrit.libreoffice.org/31214
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/opengl/OpenGLContext.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/opengl/OpenGLContext.hxx b/include/vcl/opengl/OpenGLContext.hxx index 37d354e576f8..5fc88d6c0008 100644 --- a/include/vcl/opengl/OpenGLContext.hxx +++ b/include/vcl/opengl/OpenGLContext.hxx @@ -129,6 +129,8 @@ public: void registerAsCurrent(); /// reset the GL context so this context is not implicit in subsequent GL calls. virtual void resetCurrent(); + /// unbind the GL_FRAMEBUFFER to its default state, needed for gtk3 + virtual void restoreDefaultFramebuffer(); virtual void swapBuffers(); virtual void sync(); void show(); |