Searched refs:LED_SCROLL (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/xkb/
H A DxkbInit.c59 #define LED_SCROLL 4 macro
65 #define LED_SCROLL 2 macro
72 #define LED_SCROLL 3 macro
401 if (names->indicators[LED_SCROLL-1]==None)
402 names->indicators[LED_SCROLL-1] = CREATE_ATOM("Scroll Lock");
441 map->maps[LED_SCROLL-1].flags= XkbIM_NoExplicit;
442 map->maps[LED_SCROLL-1].which_mods= XkbIM_UseLocked;
443 map->maps[LED_SCROLL-1].mods.mask= Mod3Mask;
444 map->maps[LED_SCROLL-1].mods.real_mods= Mod3Mask;
/xsrc/external/mit/xorg-server/dist/xkb/
H A DxkbInit.c59 #define LED_SCROLL 4 macro
65 #define LED_SCROLL 2 macro
72 #define LED_SCROLL 3 macro
426 if (names->indicators[LED_SCROLL - 1] == None)
427 names->indicators[LED_SCROLL - 1] = CREATE_ATOM("Scroll Lock");
467 map->maps[LED_SCROLL - 1].flags = XkbIM_NoExplicit;
468 map->maps[LED_SCROLL - 1].which_mods = XkbIM_UseLocked;
469 map->maps[LED_SCROLL - 1].mods.mask = Mod3Mask;
470 map->maps[LED_SCROLL - 1].mods.real_mods = Mod3Mask;

Completed in 3 milliseconds