Mesa (master): dri: Fix one last copy-and-paste brain damage from a previous commit

Ian Romanick idr at kemper.freedesktop.org
Wed Feb 10 23:17:09 UTC 2010


Module: Mesa
Branch: master
Commit: 5325340fb357de7402680029d25a8f2155083d0f
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5325340fb357de7402680029d25a8f2155083d0f

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Wed Feb 10 15:16:24 2010 -0800

dri: Fix one last copy-and-paste brain damage from a previous commit

---

 src/mesa/drivers/dri/mach64/mach64_screen.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/mach64/mach64_screen.c b/src/mesa/drivers/dri/mach64/mach64_screen.c
index 99aad57..4bd6dee 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__);




More information about the mesa-commit mailing list