| 2187 | } |
| 2188 | |
| 2189 | void glXSelectEventSGIX(Display *dpy, GLXDrawable drawable, unsigned long mask) |
| 2190 | { |
| 2191 | glXSelectEvent(dpy, drawable, mask); |
| 2192 | } |
| 2193 | |
| 2194 | |
| 2195 | // If the application is rendering to the back buffer, VirtualGL will read |
nothing calls this directly
no test coverage detected