From: Ian Romanick Date: Wed, 10 Feb 2010 23:16:24 +0000 (-0800) Subject: dri: Fix one last copy-and-paste brain damage from a previous commit X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5325340fb357de7402680029d25a8f2155083d0f;p=mesa.git dri: Fix one last copy-and-paste brain damage from a previous commit --- diff --git a/src/mesa/drivers/dri/mach64/mach64_screen.c b/src/mesa/drivers/dri/mach64/mach64_screen.c index 99aad574c8d..4bd6dee6c0e 100644 --- a/src/mesa/drivers/dri/mach64/mach64_screen.c +++ b/src/mesa/drivers/dri/mach64/mach64_screen.c @@ -119,7 +119,7 @@ mach64FillInModes( __DRIscreen *psp, depth_bits_array, stencil_bits_array, depth_buffer_factor, back_buffer_modes, back_buffer_factor, - msaa_samples_array, 1, TRUE); + msaa_samples_array, 1, GL_TRUE); if (configs == NULL) { fprintf(stderr, "[%s:%u] Error creating FBConfig!\n", __func__, __LINE__);