comparison libvo/vo_xmga.c @ 927:2098be9cb19b

mScreen removed -> segfault solved
author arpi_esp
date Fri, 01 Jun 2001 16:38:42 +0000
parents db06ae8967eb
children 4c7b219e126c
comparison
equal deleted inserted replaced
926:d44a690543ac 927:2098be9cb19b
178 178
179 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 ) 179 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 )
180 { 180 {
181 char * frame_mem; 181 char * frame_mem;
182 // uint32_t frame_size; 182 // uint32_t frame_size;
183 int mScreen; 183 // int mScreen;
184 unsigned int fg, bg; 184 unsigned int fg, bg;
185 char * mTitle=(title == NULL) ? "XMGA render" : title; 185 char * mTitle=(title == NULL) ? "XMGA render" : title;
186 char * name=":0.0"; 186 char * name=":0.0";
187 XSizeHints hint; 187 XSizeHints hint;
188 XVisualInfo vinfo; 188 XVisualInfo vinfo;