MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / getColorMap

Method getColorMap

source/x11/xserver.cpp:1081–1084  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1079}
1080
1081XColorMapPtr XServer::getColorMap(U32 id) {
1082 BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(colorMapMutex);
1083 return colorMaps.get(id);
1084}
1085
1086void XServer::initVisuals() {
1087 // add these first for each depth as a default

Callers 8

setAttributesMethod · 0.80
x11_CreateColorMapFunction · 0.80
x11_FreeColorsFunction · 0.80
x11_QueryColorsFunction · 0.80
x11_StoreColorFunction · 0.80
x11_QueryColorFunction · 0.80
x11_AllocColorFunction · 0.80
x11_AllocColorCellsFunction · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected