# HG changeset patch
# User diego
# Date 1188299076 0
# Node ID e6c56a194610f1550778518cc49676a24a1e4fe8
# Parent  57a3895ba1ccb9baab4aef8cdf817ec1053ccb1b
warning fix:
vo_xmga.c: At top level:
mga_common.c:212: warning: 'mga_fullscreen' defined but not used

diff -r 57a3895ba1cc -r e6c56a194610 libvo/mga_common.c
--- a/libvo/mga_common.c	Tue Aug 28 10:55:53 2007 +0000
+++ b/libvo/mga_common.c	Tue Aug 28 11:04:36 2007 +0000
@@ -207,6 +207,7 @@
     return 0;
 }
 
+#ifndef VO_XMGA
 static void mga_fullscreen()
 {
 	uint32_t w,h;
@@ -226,6 +227,7 @@
 	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, ...)
 {