| 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 |
| r243305 | r243306 | |
|---|---|---|
| 279 | 279 | SDL_SysWMinfo wminfo; |
| 280 | 280 | SDL_VERSION(&wminfo.version); |
| 281 | 281 | #if (SDLMAME_SDL2) |
| 282 | SDL_GetWindowWMInfo(sdl_window_list->sdl_window, &wminfo); | |
| 282 | SDL_GetWindowWMInfo(sdl_window_list->m_sdl_window, &wminfo); | |
| 283 | 283 | result = IDirectSound_SetCooperativeLevel(dsound, wminfo.info.win.window, DSSCL_PRIORITY); |
| 284 | 284 | #else |
| 285 | 285 | SDL_GetWMInfo(&wminfo); |
| r243305 | r243306 | |
|---|---|---|
| 2462 | 2462 | int x; |
| 2463 | 2463 | |
| 2464 | 2464 | assert(xborderpix == 0 || xborderpix == 2); |
| 2465 | assert( | |
| 2465 | assert(width % 2 == 0); | |
| 2466 | 2466 | |
| 2467 | 2467 | // palette (really RGB map) case |
| 2468 | 2468 | if (palette != NULL) |
| https://github.com/mamedev/mame/commit/f56cc0e70653726ff85b1ff28a614f7200a67750 |
| Previous | 199869 Revisions | Next |