mirror of
https://git.freebsd.org/ports.git
synced 2025-06-20 12:10:31 -04:00
Changelog: https://chromium.googlesource.com/chromium/src/+log/74.0.3729.169..75.0.3770.80?pretty=fuller&n=10000 Submitted by: Matthias Wolf <matthias@rheinwolf.de>
12 lines
508 B
Python
12 lines
508 B
Python
--- ui/gl/generate_bindings.py.orig 2019-06-04 18:55:50 UTC
|
|
+++ ui/gl/generate_bindings.py
|
|
@@ -2683,6 +2683,9 @@ GLX_FUNCTIONS = [
|
|
'arguments':
|
|
'Display* dpy, GLXDrawable drawable, int32_t* numerator, '
|
|
'int32_t* denominator' },
|
|
+{ 'return_type': '__GLXextFuncPtr',
|
|
+ 'names': ['glXGetProcAddressARB'],
|
|
+ 'arguments': 'const GLubyte* procName', },
|
|
{ 'return_type': 'void',
|
|
'names': ['glXGetSelectedEvent'],
|
|
'arguments': 'Display* dpy, GLXDrawable drawable, unsigned long* mask', },
|