comparison libvo/vo_mga.c @ 31:1fc618eba830

added check_events() interface
author arpi_esp
date Sat, 03 Mar 2001 21:46:39 +0000
parents 3b5f5d1c5041
children 9d68da5d8a9a
comparison
equal deleted inserted replaced
30:3af750fac6c1 31:1fc618eba830
122 ioctl( f,MGA_VID_OFF,0 ); 122 ioctl( f,MGA_VID_OFF,0 );
123 printf("vo: uninit!\n"); 123 printf("vo: uninit!\n");
124 } 124 }
125 125
126 126
127 static void flip_page(void)
128 {
129 vo_mga_flip_page();
130 }
127 131
132
133 static void check_events(void)
134 {
135 }
136
137
138