aboutsummaryrefslogtreecommitdiffstats
path: root/ext/atom.lv2/atom-helpers.h
AgeCommit message (Collapse)AuthorFilesLines
2010-10-19Fix alignment restrictions.David Robillard1-2/+2
Align Atoms to 32-bits, since the LV2_Atom header is only 32-bit aligned so the payload would not be 64-bit aligned even if the LV2_Atom header is (note the same problem applies to events, oops).
2010-10-17Make lv2_atom_dict_iter_is_end const.David Robillard1-1/+1
2010-10-17Add atom-helpers.h.David Robillard1-0/+109