if (XkbcAllocClientMap(xkb, XkbKeyTypesMask, i) != Success)
{
WSGO("Couldn't allocate client map\n");
- ACTION("Exiting\n");
return False;
}
xkb->map->num_types = i;
if (XkbcInitCanonicalKeyTypes(xkb, missing, keypadVMod) != Success)
{
WSGO("Couldn't initialize canonical key types\n");
- ACTION("Exiting\n");
return False;
}
if (missing & XkbOneLevelMask)
{
ERROR("Can't find file \"%s\" for %s include\n", stmt->file,
XkbDirectoryForInclude(file_type));
- ACTION("Exiting\n");
return False;
}
strcpy(oldFile, scanFile);
{
setScanState(oldFile, oldLine);
ERROR("Error interpreting include file \"%s\"\n", stmt->file);
- ACTION("Exiting\n");
fclose(file);
return False;
}
{
ERROR("No %s named \"%s\" in the include file \"%s\"\n",
XkbcConfigText(file_type), stmt->map, stmt->file);
- ACTION("Exiting\n");
return False;
}
}