Searched refs:g_winInfo (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| H A D | winkeybd.c | 157 defaultKeyboardControl.leds = g_winInfo.keyboard.leds; 161 g_winInfo.xkb.rules ? g_winInfo.xkb.rules : "none", 162 g_winInfo.xkb.model ? g_winInfo.xkb.model : "none", 163 g_winInfo.xkb.layout ? g_winInfo.xkb.layout : "none", 164 g_winInfo.xkb.variant ? g_winInfo.xkb.variant : "none", 165 g_winInfo [all...] |
| H A D | winconfig.c | 84 winInfoRec g_winInfo = { variable in typeref:typename:winInfoRec 240 XkbGetRulesDflts(&g_winInfo.xkb); 253 g_winInfo.keyboard.delay = 250; 256 g_winInfo.keyboard.delay = 500; 259 g_winInfo.keyboard.delay = 750; 263 g_winInfo.keyboard.delay = 1000; 266 g_winInfo.keyboard.rate = (kbd_speed > 0) ? kbd_speed : 1; 268 g_winInfo.keyboard.delay, g_winInfo.keyboard.rate); 344 g_winInfo [all...] |
| H A D | winconfig.h | 261 extern winInfoRec g_winInfo;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xwin/ |
| H A D | winkeybd.c | 161 defaultKeyboardControl.leds = g_winInfo.keyboard.leds; 165 g_winInfo.xkb.rules ? g_winInfo.xkb.rules : "none", 166 g_winInfo.xkb.model ? g_winInfo.xkb.model : "none", 167 g_winInfo.xkb.layout ? g_winInfo.xkb.layout : "none", 168 g_winInfo.xkb.variant ? g_winInfo.xkb.variant : "none", 169 g_winInfo [all...] |
| H A D | winconfig.c | 84 winInfoRec g_winInfo = { variable in typeref:typename:winInfoRec 255 XkbGetRulesDflts(&g_winInfo.xkb); 268 case 0: g_winInfo.keyboard.delay = 250; break; 269 case 1: g_winInfo.keyboard.delay = 500; break; 270 case 2: g_winInfo.keyboard.delay = 750; break; 272 case 3: g_winInfo.keyboard.delay = 1000; break; 274 g_winInfo.keyboard.rate = (kbd_speed>0)?kbd_speed:1; 276 g_winInfo.keyboard.delay, g_winInfo.keyboard.rate); 350 g_winInfo [all...] |
| H A D | winconfig.h | 322 extern winInfoRec g_winInfo;
|
Completed in 43 milliseconds