mirror of
https://github.com/yawut/SDL.git
synced 2026-08-26 18:55:32 -05:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user