| 236 | } |
| 237 | |
| 238 | void XWindowsUtil::appendAtomData(std::string &data, Atom atom) |
| 239 | { |
| 240 | data.append(reinterpret_cast<char *>(&atom), sizeof(Atom)); |
| 241 | } |
| 242 | |
| 243 | void XWindowsUtil::replaceAtomData(std::string &data, uint32_t index, Atom atom) |
| 244 | { |
nothing calls this directly
no outgoing calls
no test coverage detected