comparison Gui/interface.c @ 11918:634a2b279b1a

'video window vanishes after pause' bugfix, based on Andr¸«± K¸«ähne's (andre.kuehne@gmx.net) bugreport
author pontscho
date Tue, 03 Feb 2004 19:02:45 +0000
parents 3f6cecc44fc7
children df423e2d71dc
comparison
equal deleted inserted replaced
11917:f17039c05701 11918:634a2b279b1a
514 case guiCEvent: 514 case guiCEvent:
515 switch ( (int)arg ) 515 switch ( (int)arg )
516 { 516 {
517 case guiSetPlay: 517 case guiSetPlay:
518 guiIntfStruct.Playing=1; 518 guiIntfStruct.Playing=1;
519 if ( !gtkShowVideoWindow ) wsVisibleWindow( &appMPlayer.subWindow,wsHideWindow ); 519 // if ( !gtkShowVideoWindow ) wsVisibleWindow( &appMPlayer.subWindow,wsHideWindow );
520 break; 520 break;
521 case guiSetStop: 521 case guiSetStop:
522 guiIntfStruct.Playing=0; 522 guiIntfStruct.Playing=0;
523 if ( !gtkShowVideoWindow ) wsVisibleWindow( &appMPlayer.subWindow,wsHideWindow ); 523 if ( !gtkShowVideoWindow ) wsVisibleWindow( &appMPlayer.subWindow,wsHideWindow );
524 break; 524 break;