mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 19:26:42 +00:00
[OPENGL32_WINETEST]
- Fix crash with gallium3d ICD. Already sent to wine svn path=/trunk/; revision=57137
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user