diff libvo/vo_directx.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 b27fc7004bf2
children
line wrap: on
line diff
--- a/libvo/vo_directx.c	Sun Mar 02 21:06:26 2014 +0000
+++ b/libvo/vo_directx.c	Sun Mar 02 21:10:13 2014 +0000
@@ -1137,6 +1137,8 @@
         vo_w32_fullscreen();
         Directx_ManageDisplay();
         return VO_TRUE;
+    case VOCTRL_GUISUPPORT:
+        return VO_TRUE;
     case VOCTRL_GET_PANSCAN:
         return VO_TRUE;
     case VOCTRL_SET_PANSCAN: