mirror of
https://github.com/mpv-player/mpv
synced 2025-03-20 02:09:52 +00:00
10l forgot to remove debug printfs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5058 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
af9d49611e
commit
637cbf8a87
@ -539,14 +539,12 @@ void vo_x11_fullscreen( void )
|
||||
}
|
||||
vo_dx=0; vo_dy=0; vo_dwidth=vo_screenwidth; vo_dheight=vo_screenheight;
|
||||
vo_x11_decoration( mDisplay,vo_window,0 );
|
||||
printf("dendeco! \n");
|
||||
}
|
||||
else
|
||||
{
|
||||
vo_fs=VO_FALSE;
|
||||
vo_dx=vo_old_x; vo_dy=vo_old_y; vo_dwidth=vo_old_width; vo_dheight=vo_old_height;
|
||||
vo_x11_decoration( mDisplay,vo_window,1 );
|
||||
printf("reendeco! \n");
|
||||
}
|
||||
vo_x11_sizehint( vo_dx,vo_dy,vo_dwidth,vo_dheight );
|
||||
XMoveResizeWindow( mDisplay,vo_window,vo_dx,vo_dy,vo_dwidth,vo_dheight );
|
||||
|
Loading…
Reference in New Issue
Block a user