summaryrefslogtreecommitdiffstats
path: root/Gui/mplayer/mw.h
diff options
context:
space:
mode:
Diffstat (limited to 'Gui/mplayer/mw.h')
-rw-r--r--Gui/mplayer/mw.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Gui/mplayer/mw.h b/Gui/mplayer/mw.h
index 97012be174..9958ad2f8a 100644
--- a/Gui/mplayer/mw.h
+++ b/Gui/mplayer/mw.h
@@ -470,7 +470,9 @@ void mplMainMouseHandle( int Button,int X,int Y,int RX,int RY )
break;
case wsPMMouseButton:
+#ifdef USE_DVDREAD
memcpy( &gtkShMem->DVD,&mplShMem->DVD,sizeof( mplDVDStruct ) );
+#endif
gtkSendMessage( evShowPopUpMenu );
break;