mirror of
https://github.com/mpv-player/mpv
synced 2025-01-01 20:32:13 +00:00
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:
parent
207b10cdad
commit
c840c32c47
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user