diff options
author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2004-06-05 16:06:12 +0000 |
---|---|---|
committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2004-06-05 16:06:12 +0000 |
commit | 6613d192c8d75188e97c6e078e77e504c90c4ce9 (patch) | |
tree | 9bec2c8f95c517794d3528bb942c3a4fe178376f /include | |
parent | 5cc73fecf51bb01721518d0924ff1074068df731 (diff) | |
download | xine-lib-6613d192c8d75188e97c6e078e77e504c90c4ce9.tar.gz xine-lib-6613d192c8d75188e97c6e078e77e504c90c4ce9.tar.bz2 |
From: Daniel Mack
Mac OSX video out support.
patch to configure.ac to follow
CVS patchset: 6642
CVS date: 2004/06/05 16:06:12
Diffstat (limited to 'include')
-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 2baa7eeb5..e619fbe38 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.121 2004/05/05 09:11:38 hadess Exp $ + * $Id: xine.h.in,v 1.122 2004/06/05 16:06:12 jcdutton Exp $ * * public xine-lib (libxine) interface and documentation * @@ -167,6 +167,7 @@ void xine_close_video_driver (xine_t *self, xine_video_port_t *driver); #define XINE_VISUAL_TYPE_PM 6 /* used by the OS/2 port */ #define XINE_VISUAL_TYPE_DIRECTX 7 /* used by the win32/msvc port */ #define XINE_VISUAL_TYPE_CACA 8 +#define XINE_VISUAL_TYPE_MACOSX 9 /* * free all resources, close all plugins, close engine. |