coverity#1187864 Uninitialized pointer field
Change-Id: I2802e7e8860dfcb011af1dab9a408ec46c95ce63
This commit is contained in:
parent
0aee68c3fc
commit
c5d3d26a37
@ -122,6 +122,14 @@ struct GLWindow
|
||||
#if defined( _WIN32 )
|
||||
#elif defined( MACOSX )
|
||||
#elif defined( UNX )
|
||||
dpy(NULL),
|
||||
screen(0),
|
||||
win(0),
|
||||
#if defined( GLX_VERSION_1_3 ) && defined( GLX_EXT_texture_from_pixmap )
|
||||
fbc(0),
|
||||
#endif
|
||||
vi(NULL),
|
||||
ctx(0),
|
||||
GLXExtensions(NULL),
|
||||
#endif
|
||||
bpp(0),
|
||||
|
Loading…
x
Reference in New Issue
Block a user