summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/sw.h
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-02 22:31:50 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-07-02 22:31:50 +0000
commit1de8673b172ac4a11eebee65666305f2fb2685da (patch)
treecd4a9c8316638ff0cfd0cba20fec04d0d4538a05 /Gui/mplayer/sw.h
parentec989de7b062682835c721b173e9475b9ecaba44 (diff)
downloadmpv-1de8673b172ac4a11eebee65666305f2fb2685da.tar.bz2
mpv-1de8673b172ac4a11eebee65666305f2fb2685da.tar.xz
add -audiofile support for gui
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6624 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/mplayer/sw.h')
-rw-r--r--Gui/mplayer/sw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/mplayer/sw.h b/Gui/mplayer/sw.h
index 0dc177b8ce..82d6aaa61b 100644
--- a/Gui/mplayer/sw.h
+++ b/Gui/mplayer/sw.h
@@ -66,7 +66,7 @@ void mplSubMouseHandle( int Button,int X,int Y,int RX,int RY )
{
if( SubVisible++%2 ) wsMoveTopWindow( wsDisplay,appMPlayer.mainWindow.WindowID );
else if ( wsWMType != wsWMNetWM && wsWMType != wsWMKDE ) wsMoveTopWindow( wsDisplay,appMPlayer.subWindow.WindowID );
- }
+ }
msButton=0;
mplSubMoved=0;
break;