mirror of
https://github.com/mpv-player/mpv
synced 2025-03-24 20:31:37 +00:00
vo_xmga: Remove a useless MGA_VID_CONFIG ioctl
set_window already does this. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32455 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
fef7b17c34
commit
69d173dfbb
@ -97,9 +97,6 @@ static void check_events(void)
|
|||||||
return;
|
return;
|
||||||
set_window();
|
set_window();
|
||||||
mDrawColorKey();
|
mDrawColorKey();
|
||||||
if (ioctl(f, MGA_VID_CONFIG, &mga_vid_config))
|
|
||||||
mp_msg(MSGT_VO, MSGL_WARN,
|
|
||||||
"Error in mga_vid_config ioctl (wrong mga_vid.o version?)");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void flip_page(void)
|
static void flip_page(void)
|
||||||
|
Loading…
Reference in New Issue
Block a user