Author: jgardou
Date: Fri Oct 4 10:44:43 2013
New Revision: 60519
URL:
http://svn.reactos.org/svn/reactos?rev=60519&view=rev
Log:
[OPENGL32]
- Assorted changes of previous commit
CORE-7499
Modified:
trunk/reactos/dll/opengl/opengl32/swimpl.c
Modified: trunk/reactos/dll/opengl/opengl32/swimpl.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/opengl/opengl32/swimpl…
==============================================================================
--- trunk/reactos/dll/opengl/opengl32/swimpl.c [iso-8859-1] (original)
+++ trunk/reactos/dll/opengl/opengl32/swimpl.c [iso-8859-1] Fri Oct 4 10:44:43 2013
@@ -480,8 +480,7 @@
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)
{