mirror of
https://github.com/mpv-player/mpv
synced 2024-12-15 03:15:52 +00:00
enable filename drawing
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1745 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4c954d99b6
commit
15b775442c
@ -141,6 +141,10 @@ void mplMainDraw( wsParamDisplay )
|
|||||||
btnModify( evSetMoviePosition,mplShMem->Position );
|
btnModify( evSetMoviePosition,mplShMem->Position );
|
||||||
btnModify( evSetVolume,mplShMem->Volume );
|
btnModify( evSetVolume,mplShMem->Volume );
|
||||||
|
|
||||||
|
// --- erosen ideiglenes.
|
||||||
|
strcpy( gtkShMem->fs.filename,mplShMem->Filename );
|
||||||
|
// ---
|
||||||
|
|
||||||
if ( mplMainRender )
|
if ( mplMainRender )
|
||||||
{
|
{
|
||||||
memcpy( mplDrawBuffer,appMPlayer.main.Bitmap.Image,appMPlayer.main.Bitmap.ImageSize );
|
memcpy( mplDrawBuffer,appMPlayer.main.Bitmap.Image,appMPlayer.main.Bitmap.ImageSize );
|
||||||
|
Loading…
Reference in New Issue
Block a user