diff options
Diffstat (limited to 'www/chromium-uc/patches/patch-ui_gl_generate_bindings_py')
| -rw-r--r-- | www/chromium-uc/patches/patch-ui_gl_generate_bindings_py | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/www/chromium-uc/patches/patch-ui_gl_generate_bindings_py b/www/chromium-uc/patches/patch-ui_gl_generate_bindings_py deleted file mode 100644 index 1e48ae3..0000000 --- a/www/chromium-uc/patches/patch-ui_gl_generate_bindings_py +++ /dev/null | |||
| @@ -1,14 +0,0 @@ | |||
| 1 | $OpenBSD: patch-ui_gl_generate_bindings_py,v 1.45 2021/11/16 11:28:47 robert Exp $ | ||
| 2 | Index: ui/gl/generate_bindings.py | ||
| 3 | --- ui/gl/generate_bindings.py.orig | ||
| 4 | +++ ui/gl/generate_bindings.py | ||
| 5 | @@ -2852,6 +2852,9 @@ GLX_FUNCTIONS = [ | ||
| 6 | 'arguments': | ||
| 7 | 'Display* dpy, GLXDrawable drawable, int32_t* numerator, ' | ||
| 8 | 'int32_t* denominator' }, | ||
| 9 | +{ 'return_type': '__GLXextFuncPtr', | ||
| 10 | + 'names': ['glXGetProcAddressARB'], | ||
| 11 | + 'arguments': 'const GLubyte* procName', }, | ||
| 12 | { 'return_type': 'void', | ||
| 13 | 'names': ['glXGetSelectedEvent'], | ||
| 14 | 'arguments': 'Display* dpy, GLXDrawable drawable, unsigned long* mask', }, | ||
