summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-05-23 10:36:51 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-05-23 14:16:05 +0100
commit8eec77cbbc8c5093d95382c8da851a4adccfaa52 (patch)
tree9f4a1e6189203beaa62e66708a0f5eafdc90f511 /slideshow
parent3c5f582e635357f5820edd65d98d060734efa272 (diff)
coverity#984143 Uninitialized scalar field
Change-Id: I23774c0e1d463284a389e8cdcad06a4915dafd06
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx
index a5e9dccf161e..36c1dd085279 100644
--- a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx
+++ b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx
@@ -1361,9 +1361,13 @@ OGLTransitionerImpl::OGLTransitionerImpl()
#endif
, maSlideBitmapLayout()
, maSlideSize()
+ , mbBrokenTexturesATI(false)
+ , mnGLVersion(0)
#ifdef UNX
, mnGLXVersion(0.0)
#endif
+ , mbGLXPresent(false)
+ , mbMesa(false)
, mbTextureFromPixmap(false)
, mbGenerateMipmap(false)
, mbHasTFPVisual(false)