brewpanel/dlgBrew.c

changeset 410
e3f8a51b566a
parent 409
cdf68044adaf
child 412
f1a042a59b61
equal deleted inserted replaced
409:cdf68044adaf 410:e3f8a51b566a
24 *****************************************************************************/ 24 *****************************************************************************/
25 25
26 #include "brewpanel.h" 26 #include "brewpanel.h"
27 #include "dlgBrew.h" 27 #include "dlgBrew.h"
28 #include "sdlgui.h" 28 #include "sdlgui.h"
29
30 #ifdef HAVE_SDL_SDL_H
29 31
30 extern SDL_Surface *PAN_surface; 32 extern SDL_Surface *PAN_surface;
31 extern int my_shutdown; 33 extern int my_shutdown;
32 34
33 35
100 SDL_ShowCursor(bOldMouseVisibility); 102 SDL_ShowCursor(bOldMouseVisibility);
101 103
102 return TRUE; 104 return TRUE;
103 } 105 }
104 106
107 #endif

mercurial