mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 818258 - Update the 'headerFile' descriptor field in Bindings.conf to reflect the latest changes in WeGLContext.h, r=bjacob
This commit is contained in:
parent
c9e3659e16
commit
b4c382b899
@ -427,7 +427,7 @@ DOMInterfaces = {
|
||||
|
||||
'WebGLBuffer': {
|
||||
'nativeType': 'mozilla::WebGLBuffer',
|
||||
'headerFile': 'WebGLContext.h'
|
||||
'headerFile': 'WebGLBuffer.h'
|
||||
},
|
||||
|
||||
'WebGLExtensionCompressedTextureATC': {
|
||||
@ -477,17 +477,17 @@ DOMInterfaces = {
|
||||
|
||||
'WebGLFramebuffer': {
|
||||
'nativeType': 'mozilla::WebGLFramebuffer',
|
||||
'headerFile': 'WebGLContext.h'
|
||||
'headerFile': 'WebGLFramebuffer.h'
|
||||
},
|
||||
|
||||
'WebGLProgram': {
|
||||
'nativeType': 'mozilla::WebGLProgram',
|
||||
'headerFile': 'WebGLContext.h'
|
||||
'headerFile': 'WebGLProgram.h'
|
||||
},
|
||||
|
||||
'WebGLRenderbuffer': {
|
||||
'nativeType': 'mozilla::WebGLRenderbuffer',
|
||||
'headerFile': 'WebGLContext.h'
|
||||
'headerFile': 'WebGLRenderbuffer.h'
|
||||
},
|
||||
|
||||
'WebGLRenderingContext': {
|
||||
@ -500,23 +500,23 @@ DOMInterfaces = {
|
||||
|
||||
'WebGLShader': {
|
||||
'nativeType': 'mozilla::WebGLShader',
|
||||
'headerFile': 'WebGLContext.h'
|
||||
'headerFile': 'WebGLShader.h'
|
||||
},
|
||||
|
||||
'WebGLShaderPrecisionFormat': {
|
||||
'nativeType': 'mozilla::WebGLShaderPrecisionFormat',
|
||||
'headerFile': 'WebGLContext.h',
|
||||
'headerFile': 'WebGLShaderPrecisionFormat.h',
|
||||
'wrapperCache': False
|
||||
},
|
||||
|
||||
'WebGLTexture': {
|
||||
'nativeType': 'mozilla::WebGLTexture',
|
||||
'headerFile': 'WebGLContext.h'
|
||||
'headerFile': 'WebGLTexture.h'
|
||||
},
|
||||
|
||||
'WebGLUniformLocation': {
|
||||
'nativeType': 'mozilla::WebGLUniformLocation',
|
||||
'headerFile': 'WebGLContext.h',
|
||||
'headerFile': 'WebGLUniformLocation.h',
|
||||
'wrapperCache': False
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user