comparison Gui/mplayer/mw.h @ 1744:688748ea8e68

enable filename drawing
author pontscho
date Wed, 29 Aug 2001 15:08:12 +0000
parents d6c99f70449e
children 5041d1bf251e
comparison
equal deleted inserted replaced
1743:b266f763cad3 1744:688748ea8e68
138 !mainVisible ) return; 138 !mainVisible ) return;
139 // !appMPlayer.mainWindow.Mapped ) return; 139 // !appMPlayer.mainWindow.Mapped ) return;
140 140
141 btnModify( evSetMoviePosition,mplShMem->Position ); 141 btnModify( evSetMoviePosition,mplShMem->Position );
142 btnModify( evSetVolume,mplShMem->Volume ); 142 btnModify( evSetVolume,mplShMem->Volume );
143
144 // --- erosen ideiglenes.
145 strcpy( gtkShMem->fs.filename,mplShMem->Filename );
146 // ---
143 147
144 if ( mplMainRender ) 148 if ( mplMainRender )
145 { 149 {
146 memcpy( mplDrawBuffer,appMPlayer.main.Bitmap.Image,appMPlayer.main.Bitmap.ImageSize ); 150 memcpy( mplDrawBuffer,appMPlayer.main.Bitmap.Image,appMPlayer.main.Bitmap.ImageSize );
147 for( i=0;i < appMPlayer.NumberOfItems + 1;i++ ) 151 for( i=0;i < appMPlayer.NumberOfItems + 1;i++ )