From 1fbf835ec9273ed7ac1484fbe9ba603b14e1a529 Mon Sep 17 00:00:00 2001 From: Miriam Ruiz Date: Mon, 1 Dec 2008 09:06:39 +0100 Subject: [PATCH] Use sans-serif instead of the deprecated Sans alias See http://bugs.debian.org/439933 Copyright (C) 2007 Jens Seidel Patch obtained from Debian Package release 0.1.2-4 --- src/SDL_Pango.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SDL_Pango.c b/src/SDL_Pango.c index a343a40..1b304cd 100644 --- a/src/SDL_Pango.c +++ b/src/SDL_Pango.c @@ -234,7 +234,7 @@ //! non-zero if initialized static int IS_INITIALIZED = 0; -#define DEFAULT_FONT_FAMILY "Sans" +#define DEFAULT_FONT_FAMILY "sans-serif" #define DEFAULT_FONT_SIZE 12 #define DEFAULT_DPI 96 #define _MAKE_FONT_NAME(family, size) family " " #size -- 2.11.4.GIT