# HG changeset patch # User Ryan C. Gordon # Date 1136158446 0 # Node ID 8609567ea02fbd8fbecd3776285364e8306482a9 # Parent a55ac374271c55fc621ff205e6b21054739a010c 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. diff -r a55ac374271c -r 8609567ea02f src/video/SDL_video.c --- 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