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
This commit is contained in:
Ryan C. Gordon 2006-01-01 23:34:06 +00:00
parent 8e86d24274
commit 4b19712d42

View file

@ -87,12 +87,12 @@ static VideoBootStrap *bootstrap[] = {
#ifdef ENABLE_AALIB
&AALIB_bootstrap,
#endif
#ifdef ENABLE_DIRECTX
&DIRECTX_bootstrap,
#endif
#ifdef ENABLE_WINDIB
&WINDIB_bootstrap,
#endif
#ifdef ENABLE_DIRECTX
&DIRECTX_bootstrap,
#endif
#ifdef ENABLE_BWINDOW
&BWINDOW_bootstrap,
#endif