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.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libvo/mga_common.c b/libvo/mga_common.c
index 89f779ec62..cbf137374e 100644
--- a/libvo/mga_common.c
+++ b/libvo/mga_common.c
@@ -237,6 +237,11 @@ static uint32_t control(uint32_t request, void *data, ...)
return query_format(*((uint32_t*)data));
case VOCTRL_GET_IMAGE:
return get_image(data);
+#ifdef VO_XMGA
+ case VOCTRL_FULLSCREEN:
+ vo_x11_fullscreen();
+ return VO_TRUE;
+#endif
}
return VO_NOTIMPL;
}