Lines Matching defs:xkb
170 uInformation("%s was compiled with XKB version %d.%02d\n",
179 uError("XKB extension not present on %s\n", dpyName);
182 uInformation("%s was compiled with XKB version %d.%02d\n",
208 XkbDescPtr xkb;
251 uInformation("%s was compiled with XKB version %d.%02d\n",
256 uFatalError("Server doesn't support a compatible XKB\n");
274 xkb = XkbGetMap(inDpy, 0, XkbUseCoreKbd);
275 if (!xkb) {
279 if (XkbGetIndicatorMap(inDpy, XkbAllIndicatorsMask, xkb) != Success) {
283 if (XkbGetNames(inDpy, XkbAllNamesMask, xkb) != Success) {
288 XkbIndicatorMapPtr map = &xkb->indicators->maps[i];
290 if (xkb->names->indicators[i] != None)
292 if (xkb->indicators->phys_indicators & bit)
331 xkb = NULL;