forked from Lainports/opnsense-ports
12 lines
508 B
Python
12 lines
508 B
Python
--- ui/gl/generate_bindings.py.orig 2022-11-30 08:12:58 UTC
|
|
+++ ui/gl/generate_bindings.py
|
|
@@ -2934,6 +2934,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', },
|