Externals - libsdl compiling, may not work
[tpg/acess2.git] / Externals / sdl12 / patches / src / video / SDL_sysvideo.h.patch
1 --- SDL-1.2.15_orig/src/video/SDL_sysvideo.h    2013-06-17 09:54:34.237122843 +0800
2 +++ SDL-1.2.15/src/video/SDL_sysvideo.h 2013-06-17 18:08:46.367186772 +0800
3 @@ -410,6 +410,10 @@
4  #if SDL_VIDEO_DRIVER_CACA
5  extern VideoBootStrap CACA_bootstrap;
6  #endif
7 +#if SDL_VIDEO_DRIVER_ACESS
8 +extern VideoBootStrap AcessPTY_bootstrap;
9 +extern VideoBootStrap AcessAxWin_bootstrap;
10 +#endif
11  #if SDL_VIDEO_DRIVER_DUMMY
12  extern VideoBootStrap DUMMY_bootstrap;
13  #endif

UCC git Repository :: git.ucc.asn.au