mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[OPENGL32_WINETEST] Sync with Wine Staging 1.9.11. CORE-11368
svn path=/trunk/; revision=71584
This commit is contained in:
parent
93c6e744bd
commit
662c918d67
1 changed files with 1 additions and 1 deletions
|
@ -389,7 +389,7 @@ static void test_sharelists(HDC winhdc)
|
|||
res = wglMakeCurrent(winhdc, hglrc2);
|
||||
ok(res, "Make current failed\n");
|
||||
res = wglShareLists(hglrc1, hglrc2);
|
||||
todo_wine ok(res, "Sharing display lists with a destination context which has been made current failed\n");
|
||||
ok(res, "Sharing display lists with a destination context which has been made current failed\n");
|
||||
wglMakeCurrent(0, 0);
|
||||
wglDeleteContext(hglrc2);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue