comparison libvo/video_out.c @ 47:9d68da5d8a9a

vsync in mga/xmga
author arpi_esp
date Wed, 07 Mar 2001 01:07:46 +0000
parents 46f3aa28aa83
children cdb2e30be421
comparison
equal deleted inserted replaced
46:dc4337652723 47:9d68da5d8a9a
32 #include "../linux/shmem.h" 32 #include "../linux/shmem.h"
33 33
34 // 34 //
35 // Externally visible list of all vo drivers 35 // Externally visible list of all vo drivers
36 // 36 //
37
38 int mga_next_frame=0;
37 39
38 extern vo_functions_t video_out_mga; 40 extern vo_functions_t video_out_mga;
39 extern vo_functions_t video_out_xmga; 41 extern vo_functions_t video_out_xmga;
40 extern vo_functions_t video_out_x11; 42 extern vo_functions_t video_out_x11;
41 extern vo_functions_t video_out_xv; 43 extern vo_functions_t video_out_xv;