diff --git a/src/lcdtest.c.orig b/src/lcdtest.c index 93e5f29..d81e081 100644 --- a/src/lcdtest.c.orig +++ b/src/lcdtest.c @@ -741,9 +741,6 @@ int enumerate_sdl_modes (int *width, int *height, FILE *out) return (m); } - -const char font_path [] = "/usr/share/fonts/liberation/LiberationMono-Regular.ttf"; - int main (int argc, char *argv []) { SDL_Surface *screen; @@ -762,12 +759,12 @@ int main (int argc, char *argv []) SDL_EnableUNICODE (1); help_teaser_image = create_text_surface (help_teaser_message, - font_path, + FONT_PATH, 18, white, black); help_image = create_text_surface (help_message, - font_path, + FONT_PATH, 18, white, black);