mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 22:00:13 +01:00
dri/nouveau: fix gnome-shell segfault
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
279e471750
commit
1d24e6ec1d
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ nouveau_update_renderbuffers(__DRIcontext *dri_ctx, __DRIdrawable *draw)
|
|||
assert(!ret);
|
||||
}
|
||||
|
||||
_mesa_resize_framebuffer(NULL, fb, draw->w, draw->h);
|
||||
_mesa_resize_framebuffer(ctx, fb, draw->w, draw->h);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue