| 2066 | unsigned int *value) |
| 2067 | #else |
| 2068 | int glXQueryGLXPbufferSGIX(Display *dpy, GLXPbuffer pbuf, int attribute, |
| 2069 | unsigned int *value) |
| 2070 | #endif |
| 2071 | { |
| 2072 | glXQueryDrawable(dpy, pbuf, attribute, value); |
| 2073 | #if !defined(GLX_GLXEXT_VERSION) || GLX_GLXEXT_VERSION < 20190000 |
| 2074 | return 0; |
| 2075 | #endif |
| 2076 | } |
| 2077 | |
| 2078 | |
| 2079 | // Hand off to the 3D X server without modification. |
nothing calls this directly
no test coverage detected