summaryrefslogtreecommitdiffstats
path: root/libvo/mga_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/mga_common.c')
-rw-r--r--libvo/mga_common.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libvo/mga_common.c b/libvo/mga_common.c
index 57d59f24f3..8ed4a6ca87 100644
--- a/libvo/mga_common.c
+++ b/libvo/mga_common.c
@@ -276,6 +276,10 @@ static uint32_t control(uint32_t request, void *data, ...)
mga_fullscreen();
#endif
return VO_TRUE;
+#if defined( VO_XMGA ) && defined( HAVE_NEW_GUI )
+ case VOCTRL_GUISUPPORT:
+ return VO_TRUE;
+#endif
}
return VO_NOTIMPL;
}