summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-29 15:08:12 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-08-29 15:08:12 +0000
commit15b775442ce9dcdb1ac16e6dd234a1b984a8c403 (patch)
treecd45a8b25782136739bbcbf13d54e0eb032d946f /Gui
parent4c954d99b694a93fa2ae248d665ae810615389d6 (diff)
downloadmpv-15b775442ce9dcdb1ac16e6dd234a1b984a8c403.tar.bz2
mpv-15b775442ce9dcdb1ac16e6dd234a1b984a8c403.tar.xz
enable filename drawing
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1745 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/mplayer/mw.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gui/mplayer/mw.h b/Gui/mplayer/mw.h
index 514b74b6d6..807cd98d3b 100644
--- a/Gui/mplayer/mw.h
+++ b/Gui/mplayer/mw.h
@@ -140,6 +140,10 @@ void mplMainDraw( wsParamDisplay )
btnModify( evSetMoviePosition,mplShMem->Position );
btnModify( evSetVolume,mplShMem->Volume );
+
+// --- erosen ideiglenes.
+ strcpy( gtkShMem->fs.filename,mplShMem->Filename );
+// ---
if ( mplMainRender )
{