Searched refs:motifFormat (Results 1 – 2 of 2) sorted by relevance
/dports/sysutils/barrier/barrier-2.3.3/src/lib/platform/ |
H A D | XWindowsClipboard.cpp | 756 MotifClipFormat motifFormat; in motifFillCache() local 757 if (data.size() < sizeof(motifFormat)) { in motifFillCache() 760 std::memcpy (&motifFormat, data.data(), sizeof(motifFormat)); in motifFillCache() 761 if (motifFormat.m_id != kMotifClipFormat || in motifFillCache() 762 motifFormat.m_length < 0 || in motifFillCache() 763 motifFormat.m_type == None || in motifFillCache() 764 motifFormat.m_deleted != 0) { in motifFillCache() 769 motifFormats.insert(std::make_pair(motifFormat.m_type, data)); in motifFillCache() 792 MotifClipFormat motifFormat; in motifFillCache() local 793 std::memcpy (&motifFormat, index2->second.data(), sizeof(motifFormat)); in motifFillCache() [all …]
|
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/src/lib/platform/ |
H A D | XWindowsClipboard.cpp | 752 MotifClipFormat motifFormat; in motifFillCache() local 753 if (data.size() < sizeof(motifFormat)) { in motifFillCache() 756 std::memcpy (&motifFormat, data.data(), sizeof(motifFormat)); in motifFillCache() 757 if (motifFormat.m_id != kMotifClipFormat || in motifFillCache() 758 motifFormat.m_length < 0 || in motifFillCache() 759 motifFormat.m_type == None || in motifFillCache() 760 motifFormat.m_deleted != 0) { in motifFillCache() 765 motifFormats.insert(std::make_pair(motifFormat.m_type, data)); in motifFillCache() 788 MotifClipFormat motifFormat; in motifFillCache() local 789 std::memcpy (&motifFormat, index2->second.data(), sizeof(motifFormat)); in motifFillCache() [all …]
|