From ec86ce1f1a9a0ad0c0891e320519431093c3cef7 Mon Sep 17 00:00:00 2001 From: Dan Nicholson Date: Fri, 3 Apr 2009 20:34:41 -0700 Subject: [PATCH] xkbcomp: Declare global debugging vars These will need to be sanitized at some point, but for now let's just get the code running. --- src/xkbcomp/xkbcomp.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/xkbcomp/xkbcomp.c b/src/xkbcomp/xkbcomp.c index 68f50a4..67e42d3 100644 --- a/src/xkbcomp/xkbcomp.c +++ b/src/xkbcomp/xkbcomp.c @@ -36,6 +36,10 @@ authorization from the authors. #define DFLT_XKB_CONFIG_ROOT "/usr/share/X11/xkb" #endif +/* Global debugging flags */ +unsigned int debugFlags = 0; +unsigned int warningLevel = 0; + static int XkbFileFromComponents(const XkbComponentNamesPtr ktcsg, XkbFile **file) { -- 2.7.4