summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-03 20:57:13 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-03 20:57:13 +0000
commitb6004b1b7c8710c477a62a06ec7c3535c5e5e2cd (patch)
treee5115e8ab0383b2a86c2d64af0c474174326f491 /mplayer.c
parent4bf6dad4cfc5de14ea0993ff5c7c3c6df251f17f (diff)
downloadmpv-b6004b1b7c8710c477a62a06ec7c3535c5e5e2cd.tar.bz2
mpv-b6004b1b7c8710c477a62a06ec7c3535c5e5e2cd.tar.xz
fix xmga fs, resize to movie size and mouse auto hide + dga
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5956 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index 84dfbc0636..bce4009598 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -1319,7 +1319,6 @@ fflush(stdout);
#ifdef HAVE_NEW_GUI
if ( use_gui )
{
- guiGetEvent( guiSetShVideo,(char *)sh_video );
guiGetEvent( guiSetFileName,filename );
guiIntfStruct.StreamType=stream->type;
if ( sh_audio ) guiIntfStruct.AudioType=sh_audio->channels; else guiIntfStruct.AudioType=0;