From e82bade6e9e1c14fff8dff444f1bea67a474f24c Mon Sep 17 00:00:00 2001 From: Derk-Jan Hartman Date: Thu, 30 Jan 2003 15:39:38 +0000 Subject: [PATCH] * ./modules/gui/macosx/intf.m: - we close the video window after a video is done playing. --- modules/gui/macosx/intf.m | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/gui/macosx/intf.m b/modules/gui/macosx/intf.m index fd214f3970..8b1c57b543 100644 --- a/modules/gui/macosx/intf.m +++ b/modules/gui/macosx/intf.m @@ -2,7 +2,7 @@ * intf.m: MacOS X interface plugin ***************************************************************************** * Copyright (C) 2002-2003 VideoLAN - * $Id: intf.m,v 1.39 2003/01/30 00:39:41 massiot Exp $ + * $Id: intf.m,v 1.40 2003/01/30 15:39:38 hartman Exp $ * * Authors: Jon Lech Johansen * Christophe Massiot @@ -427,6 +427,7 @@ static void Run( intf_thread_t *p_intf ) [self displayTime]; [self manageMode]; p_intf->p_sys->b_playing = 0; + p_intf->p_sys->b_stopping = 1; } /* update the log window */ -- 2.39.5