comparison src/video/SDL_video.c @ 1210:8609567ea02f

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.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 01 Jan 2006 23:34:06 +0000
parents 173c063d4f55
children 86d0d01290ea
comparison
equal deleted inserted replaced
1209:a55ac374271c 1210:8609567ea02f
85 &SVGALIB_bootstrap, 85 &SVGALIB_bootstrap,
86 #endif 86 #endif
87 #ifdef ENABLE_AALIB 87 #ifdef ENABLE_AALIB
88 &AALIB_bootstrap, 88 &AALIB_bootstrap,
89 #endif 89 #endif
90 #ifdef ENABLE_WINDIB
91 &WINDIB_bootstrap,
92 #endif
90 #ifdef ENABLE_DIRECTX 93 #ifdef ENABLE_DIRECTX
91 &DIRECTX_bootstrap, 94 &DIRECTX_bootstrap,
92 #endif
93 #ifdef ENABLE_WINDIB
94 &WINDIB_bootstrap,
95 #endif 95 #endif
96 #ifdef ENABLE_BWINDOW 96 #ifdef ENABLE_BWINDOW
97 &BWINDOW_bootstrap, 97 &BWINDOW_bootstrap,
98 #endif 98 #endif
99 #ifdef ENABLE_TOOLBOX 99 #ifdef ENABLE_TOOLBOX