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

Method enableWMDeleteHandler

server/VirtualWin.cpp:264–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262
263
264void VirtualWin::enableWMDeleteHandler(void)
265{
266 CriticalSection::SafeLock l(mutex);
267 handleWMDelete = true;
268}
269
270
271void VirtualWin::readback(GLint drawBuf, bool spoilLast, bool sync)

Callers 1

setWMAtomFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected