From 8c71d40b78a71c24f1ce2bbbf79b548adc86101d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Fri, 4 Oct 2013 10:44:43 +0000 Subject: [PATCH] [OPENGL32] - Assorted changes of previous commit CORE-7499 svn path=/trunk/; revision=60519 --- reactos/dll/opengl/opengl32/swimpl.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/reactos/dll/opengl/opengl32/swimpl.c b/reactos/dll/opengl/opengl32/swimpl.c index 6f157de03e3..3bc109bcbbc 100644 --- a/reactos/dll/opengl/opengl32/swimpl.c +++ b/reactos/dll/opengl/opengl32/swimpl.c @@ -480,8 +480,7 @@ BOOL sw_SetPixelFormat(HDC hdc, struct wgl_dc_data* dc_data, INT format) pixel_formats[fb->format_index].accum_bits, pixel_formats[fb->format_index].accum_bits, pixel_formats[fb->format_index].alpha_bits ? - pixel_formats[fb->format_index].accum_bits : 0, - 1 /* One sampling level */); + pixel_formats[fb->format_index].accum_bits : 0); if(!fb->gl_visual) {