diff libvo/vo_direct3d.c @ 36872:c0004493b01b

Add VOCTRL_GUISUPPORT. Both video output drivers support it. Additionally, update MSGTR_GUI_WIN32_DisplayInVideoWindow.
author ib
date Sun, 02 Mar 2014 21:10:13 +0000
parents a3deb427384c
children
line wrap: on
line diff
--- a/libvo/vo_direct3d.c	Sun Mar 02 21:06:26 2014 +0000
+++ b/libvo/vo_direct3d.c	Sun Mar 02 21:10:13 2014 +0000
@@ -788,6 +788,8 @@
     case VOCTRL_RESUME:
         priv->is_paused = 0;
         return VO_TRUE;
+    case VOCTRL_GUISUPPORT:
+        return VO_TRUE;
     case VOCTRL_ONTOP:
         vo_w32_ontop();
         return VO_TRUE;