brewpanel/sdlgui.c

changeset 410
e3f8a51b566a
parent 409
cdf68044adaf
child 412
f1a042a59b61
equal deleted inserted replaced
409:cdf68044adaf 410:e3f8a51b566a
23 * Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 23 * Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
24 *****************************************************************************/ 24 *****************************************************************************/
25 25
26 #include "brewpanel.h" 26 #include "brewpanel.h"
27 #include "sdlgui.h" 27 #include "sdlgui.h"
28
29 #ifdef HAVE_SDL_SDL_H
30
28 #include "lcdfont10x16.h" 31 #include "lcdfont10x16.h"
29 32
30 33
31 static SDL_Surface *pSdlGuiScrn; /* Pointer to the actual main SDL screen surface */ 34 static SDL_Surface *pSdlGuiScrn; /* Pointer to the actual main SDL screen surface */
32 static SDL_Surface *pFontGfx = NULL; /* The LCD font graphics */ 35 static SDL_Surface *pFontGfx = NULL; /* The LCD font graphics */
693 } 696 }
694 fprintf(stdout, "SDLGui_LCDwrite i=%d LCD=%dx%d\n", i, dlg[i].w, dlg[i].h); 697 fprintf(stdout, "SDLGui_LCDwrite i=%d LCD=%dx%d\n", i, dlg[i].w, dlg[i].h);
695 698
696 } 699 }
697 700
698 701 #endif
702

mercurial