diff Gui/interface.c @ 8280:72700fefd3dc

no seeking if stream is STREAMTYPE_STREAM (net/stdin)
author pontscho
date Mon, 25 Nov 2002 17:33:30 +0000
parents 851e974e6eaa
children f7d0ac887455
line wrap: on
line diff
--- a/Gui/interface.c	Mon Nov 25 16:54:05 2002 +0000
+++ b/Gui/interface.c	Mon Nov 25 17:33:30 2002 +0000
@@ -538,6 +538,9 @@
 	 }
 
 	if ( guiIntfStruct.NoWindow ) wsVisibleWindow( &appMPlayer.subWindow,wsHideWindow );
+	
+	if ( guiIntfStruct.StreamType == STREAMTYPE_STREAM ) btnSet( evSetMoviePosition,1 );
+	 else btnSet( evSetMoviePosition,0 );
 
 // -- audio
         if ( audio_out )