comparison libvo/vo_vesa.c @ 4198:7e2bf04c9a7c

added vidix_start() and vidix_stop() for better runtime-resize support ;)
author alex
date Wed, 16 Jan 2002 15:22:45 +0000
parents e1c6178de089
children ed5b85b713a3
comparison
equal deleted inserted replaced
4197:374f2cc73d0d 4198:7e2bf04c9a7c
926 vidix_name = NULL; 926 vidix_name = NULL;
927 vidix_term(); 927 vidix_term();
928 return -1; 928 return -1;
929 } 929 }
930 else printf("vo_vesa: Using VIDIX\n"); 930 else printf("vo_vesa: Using VIDIX\n");
931 vidix_start();
931 } 932 }
932 #endif 933 #endif
933 } 934 }
934 else 935 else
935 { 936 {