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.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libvo/mga_common.c b/libvo/mga_common.c
index e5ef50042d..89560c3e9b 100644
--- a/libvo/mga_common.c
+++ b/libvo/mga_common.c
@@ -324,6 +324,9 @@ static uint32_t control(uint32_t request, void *data, ...)
#endif
#ifdef VO_XMGA
+ case VOCTRL_ONTOP:
+ vo_x11_ontop();
+ return VO_TRUE;
case VOCTRL_GET_PANSCAN:
if ( !inited || !vo_fs ) return VO_FALSE;
return VO_TRUE;