diff 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
line wrap: on
line diff
--- a/libvo/mga_common.c	Sun Nov 30 14:45:42 2003 +0000
+++ b/libvo/mga_common.c	Sun Nov 30 16:36:10 2003 +0000
@@ -324,6 +324,9 @@
 #endif
 
 #ifdef VO_XMGA
+  case VOCTRL_ONTOP:
+      vo_x11_ontop();
+      return VO_TRUE;
   case VOCTRL_GET_PANSCAN:
       if ( !inited || !vo_fs ) return VO_FALSE;
       return VO_TRUE;