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

trunk/src/osd/sdl/video.c
r23957r23958
225225      #endif // defined(SDLMAME_X11)
226226      {
227227         static int first_call=0;
228         static int cw, ch;
228         static int cw = 0, ch = 0;
229229
230230         SDL_VideoDriverName(monitor->monitor_device, sizeof(monitor->monitor_device)-1);
231231         if (first_call==0)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team