comparison libvo/vo_xmga.c @ 4433:df8e0f71cc3c

new info for tuning
author nick
date Thu, 31 Jan 2002 09:57:13 +0000
parents ed5b85b713a3
children cc34a9ba42df
comparison
equal deleted inserted replaced
4432:5105f5da01d6 4433:df8e0f71cc3c
198 #endif 198 #endif
199 199
200 vo_mga_flip_page(); 200 vo_mga_flip_page();
201 } 201 }
202 202
203 static uint32_t init( uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint32_t fullscreen, char *title, uint32_t format ) 203 static uint32_t config( uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint32_t fullscreen, char *title, uint32_t format,const vo_tune_info_t* info)
204 { 204 {
205 char * frame_mem; 205 char * frame_mem;
206 // uint32_t frame_size; 206 // uint32_t frame_size;
207 // int mScreen; 207 // int mScreen;
208 unsigned int fg, bg; 208 unsigned int fg, bg;