From 28702c7e332217caec870f664ad5423ca2547fac Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sat, 26 Oct 2002 14:31:36 +0000 Subject: add convenience comment to xine_event_t CVS patchset: 3009 CVS date: 2002/10/26 14:31:36 --- include/xine.h.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/xine.h.in b/include/xine.h.in index 830e6b452..d52a73008 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine.h.in,v 1.27 2002/10/26 03:52:07 storri Exp $ + * $Id: xine.h.in,v 1.28 2002/10/26 14:31:36 mroi Exp $ * * public xine-lib (libxine) interface and documentation * @@ -837,6 +837,7 @@ typedef struct { void *data; /* contents depending on type */ int data_length; + /* you do not have to provide this, it will be filled in by xine_event_send() */ struct timeval tv; /* timestamp of event creation */ } xine_event_t; -- cgit v1.2.3