fix for MSAA

This commit is contained in:
Alan Hourihane 2008-09-19 14:13:57 +01:00
parent f7d80aa006
commit d3172cddbf

View file

@ -563,7 +563,7 @@ intelFillInModes(__DRIscreenPrivate *psp,
configs = driCreateConfigs(fb_format, fb_type,
depth_bits_array, stencil_bits_array,
depth_buffer_factor, back_buffer_modes,
back_buffer_factor);
back_buffer_factor, NULL, 0);
if (configs == NULL) {
fprintf(stderr, "[%s:%u] Error creating FBConfig!\n", __func__,
__LINE__);