diff options
author | Ian Romanick <[email protected]> | 2010-02-10 15:16:24 -0800 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2010-02-10 15:16:46 -0800 |
commit | 5325340fb357de7402680029d25a8f2155083d0f (patch) | |
tree | 13b176b1ba5c814f7d319e6b6967db0dd3c3e41b /src/mesa/drivers | |
parent | 2311e2adf0db3c46a1054d94cdfcd2ec0badbfd3 (diff) |
dri: Fix one last copy-and-paste brain damage from a previous commit
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | 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 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__); |