From: Rémi Bernon rbernon@codeweavers.com
--- 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 8ee0a824753..eee57f6b804 100644 --- a/dlls/winex11.drv/opengl.c +++ b/dlls/winex11.drv/opengl.c @@ -2840,6 +2840,7 @@ static void update_gl_drawable_size( struct gl_drawable *gl )
switch (gl->type) { + case DC_GL_WINDOW: case DC_GL_CHILD_WIN: gl->rect = rect; XConfigureWindow( gdi_display, gl->window, CWWidth | CWHeight, &changes );