Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
257
void VirtualWin::wmDeleted(void)
258
{
259
CriticalSection::SafeLock l(mutex);
260
deletedByWM = handleWMDelete;
261
}
262
263
264
void VirtualWin::enableWMDeleteHandler(void)
Callers
2
handleXCBEvent
Function · 0.80
handleEvent
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected