diff options
author | Siggi Langauf <siggi@users.sourceforge.net> | 2002-11-17 12:14:14 +0000 |
---|---|---|
committer | Siggi Langauf <siggi@users.sourceforge.net> | 2002-11-17 12:14:14 +0000 |
commit | f3895d7fab48da029a692db3e6e38aff879f1026 (patch) | |
tree | 4556a3aa338d52d739b2d8d2824af7862d500719 | |
parent | ce6a33c2bf660dfd9e6930bdcadb3c639299e8dc (diff) | |
download | xine-lib-f3895d7fab48da029a692db3e6e38aff879f1026.tar.gz xine-lib-f3895d7fab48da029a692db3e6e38aff879f1026.tar.bz2 |
this will be merged back to xine-lib as soon as it runs, I hope...
CVS patchset: 3275
CVS date: 2002/11/17 12:14:14
-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 b580c6a84..790dc7e88 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.36 2002/11/11 21:07:54 f1rmb Exp $ + * $Id: xine.h.in,v 1.37 2002/11/17 12:14:14 siggi Exp $ * * public xine-lib (libxine) interface and documentation * @@ -421,6 +421,7 @@ void xine_register_log_cb (xine_t *self, xine_log_cb_t cb, #define XINE_VISUAL_TYPE_FB 3 #define XINE_VISUAL_TYPE_GTK 4 #define XINE_VISUAL_TYPE_DFB 5 +#define XINE_VISUAL_TYPE_PM 6 /* used by the OS/2 port */ /* video parameters */ #define XINE_PARAM_VO_DEINTERLACE 0x01000000 /* bool */ |