comparison libvo/mga_template.c @ 36870:871778a75acc

Remove condition. No other video output driver restricts VOCTRL_GUISUPPORT this way.
author ib
date Sun, 02 Mar 2014 21:05:01 +0000
parents 5d3f93051de9
children
comparison
equal deleted inserted replaced
36869:80536f6e6f07 36870:871778a75acc
306 case VOCTRL_GET_PANSCAN: 306 case VOCTRL_GET_PANSCAN:
307 if ( !vo_fs ) return VO_FALSE; 307 if ( !vo_fs ) return VO_FALSE;
308 return VO_TRUE; 308 return VO_TRUE;
309 #endif 309 #endif
310 310
311 #if defined(VO_XMGA) && defined(CONFIG_GUI) 311 #if defined(VO_XMGA)
312 case VOCTRL_GUISUPPORT: 312 case VOCTRL_GUISUPPORT:
313 return VO_TRUE; 313 return VO_TRUE;
314 #endif 314 #endif
315 315
316 #ifdef VO_XMGA 316 #ifdef VO_XMGA