Mercurial > sdl-ios-xcode
changeset 1210:8609567ea02f
Bumped windib's priority above DirectX, since both DirectDraw and DirectInput
seem to be giving people issues on newer Windows and DX revisions. We'll see
if this is just a temporary fix or not... :/
--ryan.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 01 Jan 2006 23:34:06 +0000 |
parents | a55ac374271c |
children | 304d8dd6a989 |
files | src/video/SDL_video.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/video/SDL_video.c Sun Jan 01 19:14:11 2006 +0000 +++ b/src/video/SDL_video.c Sun Jan 01 23:34:06 2006 +0000 @@ -87,12 +87,12 @@ #ifdef ENABLE_AALIB &AALIB_bootstrap, #endif +#ifdef ENABLE_WINDIB + &WINDIB_bootstrap, +#endif #ifdef ENABLE_DIRECTX &DIRECTX_bootstrap, #endif -#ifdef ENABLE_WINDIB - &WINDIB_bootstrap, -#endif #ifdef ENABLE_BWINDOW &BWINDOW_bootstrap, #endif