Skip to content

Commit

Permalink
Bumped windib's priority above DirectX, since both DirectDraw and Dir…
Browse files Browse the repository at this point in the history
…ectInput

 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.
  • Loading branch information
icculus committed Jan 1, 2006
1 parent 634bb0c commit 945ceb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/video/SDL_video.c
Expand Up @@ -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
Expand Down

0 comments on commit 945ceb2

Please sign in to comment.