mirror of
https://github.com/mpv-player/mpv
synced 2025-01-11 09:29:29 +00:00
smal; bugfix for main redraw
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2980 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
90037e7409
commit
c7bdd84243
@ -36,6 +36,7 @@ extern int abs_seek_pos;
|
||||
void mplFullScreen( void )
|
||||
{
|
||||
static int sx,sy;
|
||||
|
||||
wsVisibleWindow( &appMPlayer.subWindow,wsHideWindow );
|
||||
if ( appMPlayer.subWindow.isFullScreen )
|
||||
{
|
||||
@ -202,8 +203,8 @@ void ChangeSkin( void )
|
||||
wsMoveWindow( &appMPlayer.mainWindow,True,appMPlayer.main.x,appMPlayer.main.y );
|
||||
wsResizeImage( &appMPlayer.mainWindow,appMPlayer.main.width,appMPlayer.main.height );
|
||||
wsSetShape( &appMPlayer.mainWindow,appMPlayer.main.Mask.Image );
|
||||
mainVisible=1; mplMainRender=1; wsPostRedisplay( &appMPlayer.mainWindow );
|
||||
wsWindowDecoration( &appMPlayer.mainWindow,appMPlayer.mainDecoration );
|
||||
mainVisible=1; mplMainRender=1; wsPostRedisplay( &appMPlayer.mainWindow );
|
||||
wsVisibleWindow( &appMPlayer.mainWindow,wsShowWindow );
|
||||
|
||||
btnModify( evSetVolume,mplShMem->Volume );
|
||||
|
Loading…
Reference in New Issue
Block a user