Commit 4b19712d authored by Ryan C. Gordon's avatar Ryan C. Gordon

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.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401213
parent 8e86d242
...@@ -87,12 +87,12 @@ static VideoBootStrap *bootstrap[] = { ...@@ -87,12 +87,12 @@ static VideoBootStrap *bootstrap[] = {
#ifdef ENABLE_AALIB #ifdef ENABLE_AALIB
&AALIB_bootstrap, &AALIB_bootstrap,
#endif #endif
#ifdef ENABLE_DIRECTX
&DIRECTX_bootstrap,
#endif
#ifdef ENABLE_WINDIB #ifdef ENABLE_WINDIB
&WINDIB_bootstrap, &WINDIB_bootstrap,
#endif #endif
#ifdef ENABLE_DIRECTX
&DIRECTX_bootstrap,
#endif
#ifdef ENABLE_BWINDOW #ifdef ENABLE_BWINDOW
&BWINDOW_bootstrap, &BWINDOW_bootstrap,
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment