summaryrefslogtreecommitdiffstats
path: root/libvo/mga_common.c
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-07 13:31:29 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-05-07 13:31:29 +0000
commit916a1d5dea518a04805cf18bc45c4efaadbea22a (patch)
treedd5c4d0da635a6870a5c64f8344ead1a5804599d /libvo/mga_common.c
parent68330a49a6c2f169dd91381a818382572d94a585 (diff)
downloadmpv-916a1d5dea518a04805cf18bc45c4efaadbea22a.tar.bz2
mpv-916a1d5dea518a04805cf18bc45c4efaadbea22a.tar.xz
wm detection -- round two
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6010 b3059339-0415-0410-9bf9-f77b7e298cf2
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;
}