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

Method wmDeleted

server/VirtualWin.cpp:257–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255
256
257void VirtualWin::wmDeleted(void)
258{
259 CriticalSection::SafeLock l(mutex);
260 deletedByWM = handleWMDelete;
261}
262
263
264void VirtualWin::enableWMDeleteHandler(void)

Callers 2

handleXCBEventFunction · 0.80
handleEventFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected