mirror of
https://github.com/mpv-player/mpv
synced 2025-02-21 23:36:58 +00:00
warning fix:
vo_xmga.c: At top level: mga_common.c:212: warning: 'mga_fullscreen' defined but not used git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24261 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
4050debeff
commit
2e2c64dd3a
@ -207,6 +207,7 @@ query_format(uint32_t format)
|
||||
return 0;
|
||||
}
|
||||
|
||||
#ifndef VO_XMGA
|
||||
static void mga_fullscreen()
|
||||
{
|
||||
uint32_t w,h;
|
||||
@ -226,6 +227,7 @@ static void mga_fullscreen()
|
||||
if ( ioctl( f,MGA_VID_CONFIG,&mga_vid_config ) )
|
||||
mp_msg(MSGT_VO,MSGL_WARN, MSGTR_LIBVO_MGA_ErrorInConfigIoctl );
|
||||
}
|
||||
#endif
|
||||
|
||||
static int control(uint32_t request, void *data, ...)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user