From e9cae6267fe66a03633426b6283de867e6eb0b65 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Tue, 28 Aug 2001 22:52:57 +0000 Subject: Fixed sed pattern. Reintroduce XINE_PAUSE status. Fixed deadlock in xine_pause. Fixed many pause/unpause case. Syncing xine.h.tmpl.in with xine_internal.h about status (Please, don't forget to update the public API header, that made troubles). CVS patchset: 513 CVS date: 2001/08/28 22:52:57 --- include/xine.h.tmpl.in | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) (limited to 'include') diff --git a/include/xine.h.tmpl.in b/include/xine.h.tmpl.in index aa5dba72c..a009b9c89 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.38 2001/08/25 08:50:11 guenter Exp $ + * $Id: xine.h.tmpl.in,v 1.39 2001/08/28 22:52:57 f1rmb Exp $ * */ @@ -100,24 +100,18 @@ extern "C" { * \sa xine_get_status() */ #define XINE_PLAY 1 -/** - * \def XINE_PAUSE - * Pause status. - * \sa xine_get_status() - */ -#define XINE_PAUSE 2 /** * \def XINE_QUIT * Quit status. * \sa xine_get_status() */ -#define XINE_SEEK 3 -/** - * \def XINE_QUIT - * Quit status. +#define XINE_QUIT 2 +/** + * \def XINE_PAUSE + * Pause status. * \sa xine_get_status() */ -#define XINE_QUIT 4 +#define XINE_PAUSE 3 /** @} end of status_group */ -- cgit v1.2.3