coverity#984143 Uninitialized scalar field

Change-Id: I23774c0e1d463284a389e8cdcad06a4915dafd06
This commit is contained in:
Caolán McNamara 2014-05-23 10:36:51 +01:00
parent 3c5f582e63
commit 8eec77cbbc

View file

@ -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)