mirror of
https://github.com/mpv-player/mpv
synced 2025-05-05 11:56:19 +02:00
partial fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6018 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
5a26c56aad
commit
dccafd21fb
@ -218,8 +218,6 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (X_already_started)
|
|
||||||
return(-1);
|
|
||||||
if (!vo_init())
|
if (!vo_init())
|
||||||
return(-1);
|
return(-1);
|
||||||
|
|
||||||
@ -236,8 +234,6 @@ static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width,
|
|||||||
// if (vo_fs)
|
// if (vo_fs)
|
||||||
// { vo_old_width=d_width; vo_old_height=d_height; }
|
// { vo_old_width=d_width; vo_old_height=d_height; }
|
||||||
|
|
||||||
X_already_started++;
|
|
||||||
|
|
||||||
/* from xmga.c */
|
/* from xmga.c */
|
||||||
bgColor = 0x0L;
|
bgColor = 0x0L;
|
||||||
switch(vo_depthonscreen)
|
switch(vo_depthonscreen)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user