Previous 199869 Revisions Next

r34794 Sunday 1st February, 2015 at 12:34:02 UTC by Couriersud
Fix compile. (nw)
[src/osd/modules/sound]direct_sound.c
[src/osd/sdl]drawogl.c

trunk/src/osd/modules/sound/direct_sound.c
r243305r243306
279279   SDL_SysWMinfo wminfo;
280280   SDL_VERSION(&wminfo.version);
281281#if (SDLMAME_SDL2)
282   SDL_GetWindowWMInfo(sdl_window_list->sdl_window, &wminfo);
282   SDL_GetWindowWMInfo(sdl_window_list->m_sdl_window, &wminfo);
283283   result = IDirectSound_SetCooperativeLevel(dsound, wminfo.info.win.window, DSSCL_PRIORITY);
284284#else
285285   SDL_GetWMInfo(&wminfo);
trunk/src/osd/sdl/drawogl.c
r243305r243306
24622462   int x;
24632463
24642464   assert(xborderpix == 0 || xborderpix == 2);
2465   assert(m_width % 2 == 0);
2465   assert(width % 2 == 0);
24662466
24672467   // palette (really RGB map) case
24682468   if (palette != NULL)


Previous 199869 Revisions Next


© 1997-2024 The MAME Team