Home | History | Annotate | Download | only in x11

Lines Matching refs:led

707             struct xkb_led *led = &keymap->leds[i];
710 led->which_groups |= XKB_STATE_LAYOUT_DEPRESSED;
712 led->which_groups |= XKB_STATE_LAYOUT_LATCHED;
714 led->which_groups |= XKB_STATE_LAYOUT_LOCKED;
716 led->which_groups |= XKB_STATE_LAYOUT_EFFECTIVE;
718 led->which_groups |= XKB_STATE_LAYOUT_EFFECTIVE;
720 led->groups = wire->groups;
723 led->which_mods |= XKB_STATE_MODS_DEPRESSED;
725 led->which_mods |= XKB_STATE_MODS_LATCHED;
727 led->which_mods |= XKB_STATE_MODS_LOCKED;
729 led->which_mods |= XKB_STATE_MODS_EFFECTIVE;
731 led->which_mods |= XKB_STATE_MODS_EFFECTIVE;
733 led->mods.mods = translate_mods(wire->realMods, wire->vmods, 0);
734 led->mods.mask = translate_mods(wire->mods, 0, 0);
736 led->ctrls = translate_controls_mask(wire->ctrls);
909 struct xkb_led *led = &keymap->leds[i];
911 if (!adopt_atom(keymap->ctx, conn, wire, &led->name))