From: Fan WenJie fanwj@mail.ustc.edu.cn
--- dlls/winex11.drv/opengl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/winex11.drv/opengl.c b/dlls/winex11.drv/opengl.c index aadc0b99cd1..21c0e1b3e9d 100644 --- a/dlls/winex11.drv/opengl.c +++ b/dlls/winex11.drv/opengl.c @@ -1343,7 +1343,7 @@ static struct gl_drawable *create_gl_drawable( HWND hwnd, const struct wgl_pixel if (gl->window) { gl->drawable = pglXCreateWindow( gdi_display, gl->format->fbconfig, gl->window, NULL ); - pXCompositeRedirectWindow( gdi_display, gl->window, CompositeRedirectManual ); + pXCompositeRedirectWindow( gdi_display, gl->window, CompositeRedirectAutomatic ); } TRACE( "%p created child %lx drawable %lx\n", hwnd, gl->window, gl->drawable ); }