mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 23:00:41 +00:00
fix fullscreen
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1748 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
89f3eef985
commit
82c25a6ae7
@ -91,7 +91,8 @@ printf("%%%%%% PAUSE \n");
|
|||||||
void mplResize( unsigned int X,unsigned int Y,unsigned int width,unsigned int height )
|
void mplResize( unsigned int X,unsigned int Y,unsigned int width,unsigned int height )
|
||||||
{
|
{
|
||||||
|
|
||||||
printf("mplResize(%d,%d,%d,%d) \n",X,Y,width,height);
|
//printf("mplResize(%d,%d,%d,%d) \n",X,Y,width,height);
|
||||||
|
vo_setwindowsize( width,height );
|
||||||
vo_resize=1;
|
vo_resize=1;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user