Searched refs:keyRepeatValue (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/ |
| H A D | quartzKeyboard.c | 331 static void DarwinKeyboardSetRepeat(DeviceIntPtr pDev, int initialKeyRepeatValue, int keyRepeatValue) { argument 348 ctrl->repeat_interval = keyRepeatValue * 15; 383 CFIndex initialKeyRepeatValue, keyRepeatValue; local in function:DarwinKeyboardReloadHandler 400 keyRepeatValue = CFPreferencesGetAppIntegerValue(CFSTR("KeyRepeat"), CFSTR(".GlobalPreferences"), &ok); 402 keyRepeatValue = 6; 416 DarwinKeyboardSetRepeat(darwinKeyboard, initialKeyRepeatValue, keyRepeatValue); 424 DarwinKeyboardSetRepeat(pDev, initialKeyRepeatValue, keyRepeatValue);
|
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| H A D | quartzKeyboard.c | 338 int keyRepeatValue) 357 ctrl->repeat_interval = keyRepeatValue * 15; 395 CFIndex initialKeyRepeatValue, keyRepeatValue; local in function:DarwinKeyboardReloadHandler 414 keyRepeatValue = CFPreferencesGetAppIntegerValue(CFSTR( 420 keyRepeatValue = 6; 436 keyRepeatValue); 448 keyRepeatValue); 337 DarwinKeyboardSetRepeat(DeviceIntPtr pDev,int initialKeyRepeatValue,int keyRepeatValue) argument
|
Completed in 3 milliseconds