MCPcopy Create free account
hub / github.com/deskflow/deskflow / appendAtomData

Method appendAtomData

src/lib/platform/XWindowsUtil.cpp:238–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238void XWindowsUtil::appendAtomData(std::string &data, Atom atom)
239{
240 data.append(reinterpret_cast<char *>(&atom), sizeof(Atom));
241}
242
243void XWindowsUtil::replaceAtomData(std::string &data, uint32_t index, Atom atom)
244{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected