mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 21:06:00 +00:00
Remove a nonsensical "else" for the video mode switching case.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27929 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ca77ee41f0
commit
39e42b26e9
@ -229,7 +229,7 @@ static int config(uint32_t width, uint32_t height, uint32_t d_width,
|
||||
if (vm)
|
||||
{
|
||||
vo_vm_switch();
|
||||
} else
|
||||
}
|
||||
#endif
|
||||
XGetWindowAttributes(mDisplay, DefaultRootWindow(mDisplay),
|
||||
&attribs);
|
||||
|
Loading…
Reference in New Issue
Block a user