summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-11-16 20:11:05 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-11-16 20:46:32 +0000
commit137a64367b2e232c9a159ce8fbad1ab2651c74bf (patch)
tree67cedd4d132b0e1bc6cbdbadfca5a25fee3aa628 /include
parent8652830eeea97c98a7b910651630c3c0d8c354ec (diff)
coverity#1187864 Uninitialized scalar field
Change-Id: I80df95f70de515a0247827a89297cdfdf0399989
Diffstat (limited to 'include')
-rw-r--r--include/vcl/opengl/OpenGLContext.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/opengl/OpenGLContext.hxx b/include/vcl/opengl/OpenGLContext.hxx
index 5ca96020fb4d..215f5fe1458d 100644
--- a/include/vcl/opengl/OpenGLContext.hxx
+++ b/include/vcl/opengl/OpenGLContext.hxx
@@ -132,6 +132,7 @@ struct GLWindow
dpy(NULL),
screen(0),
win(0),
+ pix(0),
#if defined( GLX_EXT_texture_from_pixmap )
fbc(0),
#endif