diff options
author | pontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-08-29 15:08:12 +0000 |
---|---|---|
committer | pontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-08-29 15:08:12 +0000 |
commit | 15b775442ce9dcdb1ac16e6dd234a1b984a8c403 (patch) | |
tree | cd45a8b25782136739bbcbf13d54e0eb032d946f | |
parent | 4c954d99b694a93fa2ae248d665ae810615389d6 (diff) |
enable filename drawing
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1745 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | Gui/mplayer/mw.h | 4 |
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 ) { |