From 3c0badbd4ee75e4389b6dfc07d877d79360c974b Mon Sep 17 00:00:00 2001 From: handa Date: Wed, 28 Oct 2009 07:29:57 +0000 Subject: [PATCH] (enum MDebugFlag): Add MDEBUG_FONTSET. --- src/internal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/internal.h b/src/internal.h index 7839270..1a84a27 100644 --- a/src/internal.h +++ b/src/internal.h @@ -549,6 +549,7 @@ enum MDebugFlag MDEBUG_DATABASE, MDEBUG_FONT, MDEBUG_FLT, + MDEBUG_FONTSET, MDEBUG_INPUT, MDEBUG_ALL, MDEBUG_MAX = MDEBUG_ALL -- 1.7.10.4