[Libreoffice-commits] core.git: vcl/opengl
Jan Holesovsky
kendy at collabora.com
Tue Nov 11 08:52:48 PST 2014
vcl/opengl/gdiimpl.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 6bf26bcd7ec0c2cbafb6f3950412f51f50b1e856
Author: Jan Holesovsky <kendy at collabora.com>
Date: Tue Nov 11 15:58:05 2014 +0100
Revert "Fix apparently broken commit"
Re-introduce the initialization back.
This reverts commit e5ffff4ea0185db0e3139e86910240f3b074a2a6.
diff --git a/vcl/opengl/gdiimpl.cxx b/vcl/opengl/gdiimpl.cxx
index e9aaa669..5856fb8 100644
--- a/vcl/opengl/gdiimpl.cxx
+++ b/vcl/opengl/gdiimpl.cxx
@@ -53,6 +53,9 @@
OpenGLSalGraphicsImpl::OpenGLSalGraphicsImpl()
: mpFrame(NULL)
+ , mbOffscreen(false)
+ , mnFramebufferId(0)
+ , mpOffscreenTex(NULL)
, mnLineColor(SALCOLOR_NONE)
, mnFillColor(SALCOLOR_NONE)
, mnSolidProgram(0)
More information about the Libreoffice-commits
mailing list