From: Jérôme Gardou Date: Fri, 4 Oct 2013 10:44:43 +0000 (+0000) Subject: [OPENGL32] X-Git-Tag: ReactOS-0.3.16~1060 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=8c71d40b78a71c24f1ce2bbbf79b548adc86101d;hp=9b51b6aa91a2d00a5209e1a94b583301be533f21 [OPENGL32] - Assorted changes of previous commit CORE-7499 svn path=/trunk/; revision=60519 --- 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) {