[PATCH 0/1] MR6520: winex11: Also resize or re-create the GL drawable with XComposite child windows.
18 Sep
2024
18 Sep
'24
3:31 a.m.
18 Sep
18 Sep
3:31 a.m.
New subject: [PATCH 1/1] winex11: Also resize or re-create the GL drawable with XComposite child windows.
From: Rémi Bernon <rbernon(a)codeweavers.com> Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57200 --- dlls/winex11.drv/opengl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/winex11.drv/opengl.c b/dlls/winex11.drv/opengl.c index ff20fc0fbd3..95ad0957d13 100644 --- a/dlls/winex11.drv/opengl.c +++ b/dlls/winex11.drv/opengl.c @@ -1311,6 +1311,7 @@ void sync_gl_drawable( HWND hwnd, BOOL known_child ) switch (old->type) { case DC_GL_WINDOW: + case DC_GL_CHILD_WIN: if (!known_child) { /* Still a childless top-level window */ -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/6520
452
Age (days ago)
452
Last active (days ago)
1 comments
1 participants
participants (1)
-
Rémi Bernon