mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 986572 - Add missing MakeCurrent call to SharedSurface_GL::ProdCopy - r=jgilbert
This commit is contained in:
parent
e88cd18627
commit
9cd660b7d6
@ -24,6 +24,8 @@ SharedSurface_GL::ProdCopy(SharedSurface_GL* src, SharedSurface_GL* dest,
|
||||
{
|
||||
GLContext* gl = src->GL();
|
||||
|
||||
gl->MakeCurrent();
|
||||
|
||||
if (src->AttachType() == AttachmentType::Screen &&
|
||||
dest->AttachType() == AttachmentType::Screen)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user