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