mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
Finally, after a long wait, an electron port for FreeBSD lands in the portstree. A huge thanks to everyone contributed to this huge effort and to the maintainer that is willing to take the burden of the maintainership!
12 lines
508 B
Python
12 lines
508 B
Python
--- ui/gl/generate_bindings.py.orig 2019-03-15 06:38:28 UTC
|
|
+++ ui/gl/generate_bindings.py
|
|
@@ -2347,6 +2347,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', },
|