comparison libvo/vo_gl.c @ 4448:ab4ec4b99531

change init to config in vo_gl and vo_md5 like in the other vo_ modules -- fixes crash caused by the changeover
author rfelker
date Fri, 01 Feb 2002 02:49:04 +0000
parents 0824e6605974
children 5fbfd8545c3b
comparison
equal deleted inserted replaced
4447:87447fe383a1 4448:ab4ec4b99531
94 94
95 /* connect to server, create and map window, 95 /* connect to server, create and map window,
96 * allocate colors and (shared) memory 96 * allocate colors and (shared) memory
97 */ 97 */
98 static uint32_t 98 static uint32_t
99 init(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) 99 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)
100 { 100 {
101 // int screen; 101 // int screen;
102 unsigned int fg, bg; 102 unsigned int fg, bg;
103 char *hello = (title == NULL) ? "OpenGL rulez" : title; 103 char *hello = (title == NULL) ? "OpenGL rulez" : title;
104 // char *name = ":0.0"; 104 // char *name = ":0.0";