| Index: ui/gfx/gl/generate_bindings.py
|
| diff --git a/ui/gfx/gl/generate_bindings.py b/ui/gfx/gl/generate_bindings.py
|
| index 34baccdb92ba0c90aaf4e27c4537595d1eb41b55..a71e96ef9473767b6d80d24f2320640077e57ece 100644
|
| --- a/ui/gfx/gl/generate_bindings.py
|
| +++ b/ui/gfx/gl/generate_bindings.py
|
| @@ -377,6 +377,10 @@ GLX_FUNCTIONS = [
|
| 'Display* dpy, int screen, int* attribList'],
|
| ['GLXContext', ['glXCreateContext'],
|
| 'Display* dpy, XVisualInfo* vis, GLXContext shareList, int direct'],
|
| +['void', ['glXBindTexImageEXT'],
|
| + 'Display* dpy, GLXDrawable drawable, int buffer, int* attribList'],
|
| +['void', ['glXReleaseTexImageEXT'],
|
| + 'Display* dpy, GLXDrawable drawable, int buffer'],
|
| ['void', ['glXDestroyContext'], 'Display* dpy, GLXContext ctx'],
|
| ['int', ['glXMakeCurrent'],
|
| 'Display* dpy, GLXDrawable drawable, GLXContext ctx'],
|
|
|