xkbcomp: Declare global debugging vars
These will need to be sanitized at some point, but for now let's just get the code running.master
parent
c14c60bb37
commit
ec86ce1f1a
|
@ -36,6 +36,10 @@ authorization from the authors.
|
||||||
#define DFLT_XKB_CONFIG_ROOT "/usr/share/X11/xkb"
|
#define DFLT_XKB_CONFIG_ROOT "/usr/share/X11/xkb"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* Global debugging flags */
|
||||||
|
unsigned int debugFlags = 0;
|
||||||
|
unsigned int warningLevel = 0;
|
||||||
|
|
||||||
static int
|
static int
|
||||||
XkbFileFromComponents(const XkbComponentNamesPtr ktcsg, XkbFile **file)
|
XkbFileFromComponents(const XkbComponentNamesPtr ktcsg, XkbFile **file)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue