mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[OPENGL32_WINETEST]
- Fix crash with gallium3d ICD. Already sent to wine svn path=/trunk/; revision=57137
This commit is contained in:
parent
590268d3d8
commit
79c2bd51a0
1 changed files with 2 additions and 1 deletions
|
@ -159,7 +159,8 @@ static void test_pbuffers(HDC hdc)
|
|||
if(iPixelFormat != 0)
|
||||
{
|
||||
HDC pbuffer_hdc;
|
||||
HPBUFFERARB pbuffer = pwglCreatePbufferARB(hdc, iPixelFormat, 640 /* width */, 480 /* height */, NULL);
|
||||
int attrib = 0;
|
||||
HPBUFFERARB pbuffer = pwglCreatePbufferARB(hdc, iPixelFormat, 640 /* width */, 480 /* height */, &attrib);
|
||||
if(!pbuffer)
|
||||
skip("Pbuffer creation failed!\n");
|
||||
|
||||
|
|
Loading…
Reference in a new issue