coverity#984143 Uninitialized scalar field
Change-Id: I23774c0e1d463284a389e8cdcad06a4915dafd06
This commit is contained in:
parent
3c5f582e63
commit
8eec77cbbc
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue