mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
Changelog: https://chromium.googlesource.com/chromium/src/+log/75.0.3770.142..76.0.3809.100?pretty=fuller&n=10000 Submitted by: Matthias Wolf <matthias@rheinwolf.de> MFH: 2019Q3
12 lines
508 B
Python
12 lines
508 B
Python
--- ui/gl/generate_bindings.py.orig 2019-07-24 18:59:22 UTC
|
|
+++ ui/gl/generate_bindings.py
|
|
@@ -2684,6 +2684,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', },
|