ize ... majd gabu ide irja. ilyen fullscreenben mouse button press - re jon elo main window.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3478 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2001-12-12 23:15:15 +00:00
parent 207b10cdad
commit c840c32c47
1 changed files with 14 additions and 0 deletions

View File

@ -53,6 +53,20 @@ void mplSubMouseHandle( int Button,int X,int Y,int RX,int RY )
break;
// ---
case wsPLMouseButton:
if ( appMPlayer.subWindow.isFullScreen )
{
// if( SubVisible++%2 )
// {
wsMoveTopWindow( &appMPlayer.mainWindow );
fprintf( stderr,"[sw] MAIN TOP\n" );
// }
// else
// {
// wsMoveTopWindow( &appMPlayer.subWindow );
// fprintf( stderr,"[sw] SUB TOP\n" );
// }
break;
}
if ( gtkShMem->visiblepopupmenu ) gtkSendMessage( evHidePopUpMenu );
sx=X; sy=Y;
msButton=wsPLMouseButton;