Skip to content

Commit

Permalink
define a font-size for the "unicode" message box font so the text isn…
Browse files Browse the repository at this point in the history
…'t unreadable on linux systems
  • Loading branch information
urkle committed Jan 8, 2014
1 parent 93fd65f commit 5fd5567
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/x11/SDL_x11messagebox.c
Expand Up @@ -48,7 +48,7 @@
#define MIN_DIALOG_HEIGHT 100 /* Minimum dialog height */

static const char g_MessageBoxFontLatin1[] = "-*-*-medium-r-normal--0-120-*-*-p-0-iso8859-1";
static const char g_MessageBoxFont[] = "-*-*-*-*-*-*-*-*-*-*-*-*-*-*";
static const char g_MessageBoxFont[] = "-*-*-*-*-*-*-*-120-*-*-*-*-*-*";

static const SDL_MessageBoxColor g_default_colors[ SDL_MESSAGEBOX_COLOR_MAX ] = {
{ 56, 54, 53 }, /* SDL_MESSAGEBOX_COLOR_BACKGROUND, */
Expand Down

0 comments on commit 5fd5567

Please sign in to comment.