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 --- src/xine-engine/xine_internal.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/xine-engine/xine_internal.h') diff --git a/src/xine-engine/xine_internal.h b/src/xine-engine/xine_internal.h index d8727e172..56290bb79 100644 --- a/src/xine-engine/xine_internal.h +++ b/src/xine-engine/xine_internal.h @@ -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_internal.h,v 1.41 2001/08/25 07:12:16 guenter Exp $ + * $Id: xine_internal.h,v 1.42 2001/08/28 22:52:57 f1rmb Exp $ * */ @@ -120,6 +120,7 @@ typedef void (*gui_stream_end_cb_t)(int nStatus); #define XINE_STOP 0 #define XINE_PLAY 1 #define XINE_QUIT 2 +#define XINE_PAUSE 3 typedef struct xine_s xine_t; -- cgit v1.2.3