summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/mw.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-04 15:58:52 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-12-04 15:58:52 +0000
commitad18c2792b855254013b7d7fcb69768ecddc6508 (patch)
treea701a66407da575aee52605bd1995b84bd89f280 /Gui/mplayer/mw.c
parent31469b3b69e05851b6ed8e81dfb548028c48d885 (diff)
downloadmpv-ad18c2792b855254013b7d7fcb69768ecddc6508.tar.bz2
mpv-ad18c2792b855254013b7d7fcb69768ecddc6508.tar.xz
Fix popup menu problems: GTK cannot get a grab while the button is down,
so show it on button release instead of button press. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17088 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui/mplayer/mw.c')
-rw-r--r--Gui/mplayer/mw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/mplayer/mw.c b/Gui/mplayer/mw.c
index c48eb56613..be623488e9 100644
--- a/Gui/mplayer/mw.c
+++ b/Gui/mplayer/mw.c
@@ -443,7 +443,7 @@ void mplMainMouseHandle( int Button,int X,int Y,int RX,int RY )
itemtype=0;
break;
- case wsPRMouseButton:
+ case wsRRMouseButton:
gtkShow( evShowPopUpMenu,NULL );
break;