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