comparison libvo/mga_common.c @ 27343:5fe6a8adf569

Rename two GUI-related preprocessor directives: HAVE_NEW_GUI --> CONFIG_GUI, HAVE_GTK2_GUI --> CONFIG_GTK2
author diego
date Wed, 30 Jul 2008 13:44:59 +0000
parents 2216ca79fb13
children d58d06eafe83
comparison
equal deleted inserted replaced
27342:3a174cb28d36 27343:5fe6a8adf569
315 case VOCTRL_GET_PANSCAN: 315 case VOCTRL_GET_PANSCAN:
316 if ( !vo_fs ) return VO_FALSE; 316 if ( !vo_fs ) return VO_FALSE;
317 return VO_TRUE; 317 return VO_TRUE;
318 #endif 318 #endif
319 319
320 #if defined( VO_XMGA ) && defined( HAVE_NEW_GUI ) 320 #if defined(VO_XMGA) && defined(CONFIG_GUI)
321 case VOCTRL_GUISUPPORT: 321 case VOCTRL_GUISUPPORT:
322 return VO_TRUE; 322 return VO_TRUE;
323 #endif 323 #endif
324 324
325 #ifdef VO_XMGA 325 #ifdef VO_XMGA