summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-04-25 15:34:44 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-04-25 15:34:44 +0000
commitf7f8d3a29c728e074b806b03f1140b030ae8737d (patch)
tree394caef55427ac953b91f9244dcbefba54029dba /include
parent25c7a0eadc7d294a7e32cb252b4041d6ac096e6d (diff)
downloadxine-lib-f7f8d3a29c728e074b806b03f1140b030ae8737d.tar.gz
xine-lib-f7f8d3a29c728e074b806b03f1140b030ae8737d.tar.bz2
header beautification
CVS patchset: 4675 CVS date: 2003/04/25 15:34:44
Diffstat (limited to 'include')
-rw-r--r--include/xine.h.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in
index baf3e0146..001b49412 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.78 2003/04/23 00:28:04 tchamp Exp $
+ * $Id: xine.h.in,v 1.79 2003/04/25 15:34:44 mroi Exp $
*
* public xine-lib (libxine) interface and documentation
*
@@ -143,6 +143,7 @@ void xine_close_video_driver (xine_t *self, xine_video_port_t *driver);
#define XINE_VISUAL_TYPE_DFB 5
#define XINE_VISUAL_TYPE_PM 6 /* used by the OS/2 port */
#define XINE_VISUAL_TYPE_DIRECTX 7 /* used by the win32/msvc port */
+
/*
* free all resources, close all plugins, close engine.
* self pointer is no longer valid after this call.