mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 778129 - GLContextProviderEGL.cpp fails to compile on mingw-w64 r=snorp
This commit is contained in:
parent
e8272185fa
commit
d93368b996
@ -945,7 +945,7 @@ GLContextEGL::CreateSharedHandle(TextureImage::TextureShareType aType,
|
||||
if (!mShareWithEGLImage)
|
||||
return 0;
|
||||
|
||||
GLuint texture = (GLuint)aBuffer;
|
||||
GLuint texture = (uintptr_t)aBuffer;
|
||||
EGLTextureWrapper* tex = new EGLTextureWrapper();
|
||||
if (!tex->CreateEGLImage(this, texture)) {
|
||||
NS_ERROR("EGLImage creation for EGLTextureWrapper failed");
|
||||
|
Loading…
Reference in New Issue
Block a user