diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-10-26 14:31:36 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2002-10-26 14:31:36 +0000 |
commit | 28702c7e332217caec870f664ad5423ca2547fac (patch) | |
tree | 83d541c4db529a194bbed6600456c1f4f99068fb | |
parent | 91ba12ed8035e2ffaee06110825b69bdf1953fd2 (diff) | |
download | xine-lib-28702c7e332217caec870f664ad5423ca2547fac.tar.gz xine-lib-28702c7e332217caec870f664ad5423ca2547fac.tar.bz2 |
add convenience comment to xine_event_t
CVS patchset: 3009
CVS date: 2002/10/26 14:31:36
-rw-r--r-- | include/xine.h.in | 3 |
1 files changed, 2 insertions, 1 deletions
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; |