MCPcopy Create free account
hub / github.com/VirtualGL/virtualgl / glXSelectEventSGIX

Function glXSelectEventSGIX

server/faker-glx.cpp:2189–2192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2187}
2188
2189void 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

Callers

nothing calls this directly

Calls 1

glXSelectEventFunction · 0.85

Tested by

no test coverage detected