From c1fdbaed509eb4662ae1c135df2c95663afaa81d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 8 Feb 2012 02:03:36 +0000 Subject: Add time_type field to Sequence. --- lv2/ns/ext/atom/atom.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lv2/ns/ext/atom/atom.h') diff --git a/lv2/ns/ext/atom/atom.h b/lv2/ns/ext/atom/atom.h index 7a29dae..bea9197 100644 --- a/lv2/ns/ext/atom/atom.h +++ b/lv2/ns/ext/atom/atom.h @@ -190,9 +190,9 @@ typedef struct { */ typedef struct { - LV2_Atom atom; /**< Atom header. */ - uint32_t capacity; /**< Maximum size of contents. */ - uint32_t pad; + LV2_Atom atom; /**< Atom header. */ + uint32_t capacity; /**< Maximum size of contents. */ + uint32_t time_type; /**< URID type of event time stamps. */ /* Contents (a series of events) follow here. */ } LV2_Atom_Sequence; -- cgit v1.2.1