| 206 | } |
| 207 | |
| 208 | bool XServer::getAtom(U32 atom, BString& name) { |
| 209 | BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(atomMutex); |
| 210 | return atoms.get(atom, name); |
| 211 | } |
| 212 | |
| 213 | U32 XServer::internAtom(const BString& name, bool onlyIfExists) { |
| 214 | U32 result; |
no test coverage detected