summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-07-26 11:36:45 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-07-26 11:36:45 +0000
commit051da02876d616d265da03463fb8ce1c905adc17 (patch)
tree6f00e5b6147b82afda6d9c485b054ea7aecf1234
parenta101b38dea6890fa1dbf5b8560665826b69fa4ae (diff)
downloadxine-lib-051da02876d616d265da03463fb8ce1c905adc17.tar.gz
xine-lib-051da02876d616d265da03463fb8ce1c905adc17.tar.bz2
Fixed event.h inclusion.
CVS patchset: 351 CVS date: 2001/07/26 11:36:45
-rw-r--r--include/xine.h.tmpl.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in
index 75a38c1ab..f072393a8 100644
--- a/include/xine.h.tmpl.in
+++ b/include/xine.h.tmpl.in
@@ -28,7 +28,7 @@
\endverbatim
*/
/*
- * $Id: xine.h.tmpl.in,v 1.33 2001/07/26 11:12:26 f1rmb Exp $
+ * $Id: xine.h.tmpl.in,v 1.34 2001/07/26 11:36:45 f1rmb Exp $
*
*/
@@ -43,10 +43,6 @@ extern "C" {
#include <unistd.h>
#include <sys/types.h>
-#ifndef DOC_HIDDEN
-#include <xine/events.h>
-#endif
-
/**
* \def XINE_SKINDIR
* Skin file location
@@ -1069,13 +1065,11 @@ ao_functions_t *xine_load_audio_output_plugin(config_values_t *config, char *id)
*/
-#ifdef DOC_HIDDEN
/**
* Opaque data type.
* \sa event_listener_t, xine_send_event
*/
typedef void event_t;
-#endif
/**
* Event listener callback.