comparison libvo/mga_common.c @ 11542:85e503ddf65f

runtime 'stay-on-top' functionality
author joey
date Sun, 30 Nov 2003 16:36:10 +0000
parents 35f52ad860a0
children e49a62a6e3cb
comparison
equal deleted inserted replaced
11541:753ca0c44913 11542:85e503ddf65f
322 case VOCTRL_GUISUPPORT: 322 case VOCTRL_GUISUPPORT:
323 return VO_TRUE; 323 return VO_TRUE;
324 #endif 324 #endif
325 325
326 #ifdef VO_XMGA 326 #ifdef VO_XMGA
327 case VOCTRL_ONTOP:
328 vo_x11_ontop();
329 return VO_TRUE;
327 case VOCTRL_GET_PANSCAN: 330 case VOCTRL_GET_PANSCAN:
328 if ( !inited || !vo_fs ) return VO_FALSE; 331 if ( !inited || !vo_fs ) return VO_FALSE;
329 return VO_TRUE; 332 return VO_TRUE;
330 case VOCTRL_FULLSCREEN: 333 case VOCTRL_FULLSCREEN:
331 vo_x11_fullscreen(); 334 vo_x11_fullscreen();