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 #endif
, maSlideBitmapLayout() , maSlideBitmapLayout()
, maSlideSize() , maSlideSize()
, mbBrokenTexturesATI(false)
, mnGLVersion(0)
#ifdef UNX #ifdef UNX
, mnGLXVersion(0.0) , mnGLXVersion(0.0)
#endif #endif
, mbGLXPresent(false)
, mbMesa(false)
, mbTextureFromPixmap(false) , mbTextureFromPixmap(false)
, mbGenerateMipmap(false) , mbGenerateMipmap(false)
, mbHasTFPVisual(false) , mbHasTFPVisual(false)