| Previous | 199869 Revisions | Next |
| r23958 Wednesday 26th June, 2013 at 17:48:57 UTC by Oliver Stöneberg |
|---|
| fixed uninitialized variables in sdlvideo_monitor_refresh() with SDL < 1.2.10 (nw) |
| [src/osd/sdl] | video.c |
| r23957 | r23958 | |
|---|---|---|
| 225 | 225 | #endif // defined(SDLMAME_X11) |
| 226 | 226 | { |
| 227 | 227 | static int first_call=0; |
| 228 | static int cw, ch; | |
| 228 | static int cw = 0, ch = 0; | |
| 229 | 229 | |
| 230 | 230 | SDL_VideoDriverName(monitor->monitor_device, sizeof(monitor->monitor_device)-1); |
| 231 | 231 | if (first_call==0) |
| Previous | 199869 Revisions | Next |