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

Method appendTimeData

src/lib/platform/XWindowsUtil.cpp:248–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248void XWindowsUtil::appendTimeData(std::string &data, Time time)
249{
250 data.append(reinterpret_cast<char *>(&time), sizeof(Time));
251}
252
253Bool XWindowsUtil::propertyNotifyPredicate(Display *, XEvent *xevent, XPointer arg)
254{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected