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