updated on Wed Jan 25 00:20:47 UTC 2012
[aur-mirror.git] / pdcurses / pdcsdl.patch
blob7bd19fe52faac2577b9c039f00bbf9eab028cd72
1 --- sdl1/pdcsdl.h 2008-07-14 07:24:52.000000000 +0300
2 +++ sdl1/pdcsdl.h 2010-07-11 00:59:49.553272703 +0300
3 @@ -2,12 +2,10 @@
5 /* $Id: pdcsdl.h,v 1.17 2008/07/14 04:24:52 wmcbrine Exp $ */
7 -#include <curspriv.h>
9 #include <SDL/SDL.h>
11 -PDCEX SDL_Surface *pdc_screen, *pdc_font, *pdc_icon, *pdc_back;
12 -PDCEX int pdc_sheight, pdc_swidth, pdc_yoffset, pdc_xoffset;
13 +extern SDL_Surface *pdc_screen, *pdc_font, *pdc_icon, *pdc_back;
14 +extern int pdc_sheight, pdc_swidth, pdc_yoffset, pdc_xoffset;
16 extern SDL_Surface *pdc_tileback; /* used to regenerate the background
17 of "transparent" cells */