summaryrefslogtreecommitdiffstats
path: root/Gui/interface.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-28 00:44:24 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-28 00:44:24 +0000
commit9dc15d4b691501d1a91d76ba03b2bdf047a1d417 (patch)
tree7f8a402f5dc3f0cb5f90a20d08701de047d8e1fe /Gui/interface.c
parent00bd3d61849aac4d16b7e183c86393ef23e36b31 (diff)
downloadmpv-9dc15d4b691501d1a91d76ba03b2bdf047a1d417.tar.bz2
mpv-9dc15d4b691501d1a91d76ba03b2bdf047a1d417.tar.xz
no exit on fulscreen if you press esc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8303 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/interface.c')
-rw-r--r--Gui/interface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gui/interface.c b/Gui/interface.c
index e378981ac2..c3ef86fbf4 100644
--- a/Gui/interface.c
+++ b/Gui/interface.c
@@ -426,6 +426,7 @@ int guiGetEvent( int type,char * arg )
switch ( type )
{
case guiXEvent:
+ guiIntfStruct.event_struct=(void *)arg;
wsEvents( wsDisplay,(XEvent *)arg,NULL );
gtkEventHandling();
break;