comparison libvo/vo_directfb.c @ 4433:df8e0f71cc3c

new info for tuning
author nick
date Thu, 31 Jan 2002 09:57:13 +0000
parents 266ebffd8fc9
children 5fbfd8545c3b
comparison
equal deleted inserted replaced
4432:5105f5da01d6 4433:df8e0f71cc3c
324 return 0; 324 return 0;
325 325
326 } 326 }
327 327
328 328
329 static uint32_t init(uint32_t width, uint32_t height, uint32_t d_width, 329 static uint32_t config(uint32_t width, uint32_t height, uint32_t d_width,
330 uint32_t d_height, uint32_t fullscreen, char *title, 330 uint32_t d_height, uint32_t fullscreen, char *title,
331 uint32_t format) 331 uint32_t format,const vo_tune_info_t *info)
332 { 332 {
333 /* 333 /*
334 * (Locals) 334 * (Locals)
335 */ 335 */
336 DFBSurfaceDescription dsc; 336 DFBSurfaceDescription dsc;