comparison libvo/vo_gl2.c @ 4433:df8e0f71cc3c

new info for tuning
author nick
date Thu, 31 Jan 2002 09:57:13 +0000
parents ed5b85b713a3
children 0824e6605974
comparison
equal deleted inserted replaced
4432:5105f5da01d6 4433:df8e0f71cc3c
600 600
601 /* connect to server, create and map window, 601 /* connect to server, create and map window,
602 * allocate colors and (shared) memory 602 * allocate colors and (shared) memory
603 */ 603 */
604 static uint32_t 604 static uint32_t
605 init(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint32_t flags, char *title, uint32_t format) 605 config(uint32_t width, uint32_t height, uint32_t d_width, uint32_t d_height, uint32_t flags, char *title, uint32_t format,const vo_tune_info_t *info)
606 { 606 {
607 // int screen; 607 // int screen;
608 unsigned int fg, bg; 608 unsigned int fg, bg;
609 char *hello = (title == NULL) ? "OpenGL rulez" : title; 609 char *hello = (title == NULL) ? "OpenGL rulez" : title;
610 // char *name = ":0.0"; 610 // char *name = ":0.0";