[MPlayer-cvslog] r36963 - trunk/libvo/vo_dfbmga.c
al
subversion at mplayerhq.hu
Sun Mar 2 16:11:25 CET 2014
Author: al
Date: Sun Mar 2 16:11:25 2014
New Revision: 36963
Log:
Remove left-over VOCTRL_GUI_NOWINDOW usage
The control VOCTRL_GUI_NOWINDOW was dropped in r36959.
Patch-By: Erik Auerswald >auerswal unix-ag.uni-kl de<
Modified:
trunk/libvo/vo_dfbmga.c
Modified: trunk/libvo/vo_dfbmga.c
==============================================================================
--- trunk/libvo/vo_dfbmga.c Sun Mar 2 10:06:46 2014 (r36962)
+++ trunk/libvo/vo_dfbmga.c Sun Mar 2 16:11:25 2014 (r36963)
@@ -1409,7 +1409,6 @@ control( uint32_t request, void *data )
{
switch (request) {
case VOCTRL_GUISUPPORT:
- case VOCTRL_GUI_NOWINDOW:
return VO_TRUE;
case VOCTRL_QUERY_FORMAT:
More information about the MPlayer-cvslog
mailing list