mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 20:25:39 +00:00
[OPENGL32]
- Assorted changes of previous commit CORE-7499 svn path=/trunk/; revision=60519
This commit is contained in:
parent
9b51b6aa91
commit
8c71d40b78
1 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue