coverity#1187864 Uninitialized pointer field

Change-Id: I2802e7e8860dfcb011af1dab9a408ec46c95ce63
This commit is contained in:
Caolán McNamara 2014-02-27 11:18:44 +00:00
parent 0aee68c3fc
commit c5d3d26a37

View File

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