This fixes bug #149.

Input server now saves keyboard typematic settings whenever they are modified,
instead of wating until it is shutdown (which never happens, either the
system will crash, or the input_server will stay active after a normal shut down)
Same problems might apply to mouse and keymap settings.
Input server shutdown handling should be reviewed.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@16380 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Marcus Overhagen
2006-02-13 17:35:05 +00:00
parent 058070254d
commit fbe9b0b6eb
8 changed files with 110 additions and 92 deletions
@@ -14,6 +14,9 @@ typedef struct {
int32 key_repeat_rate;
} kb_settings;
#define kb_default_key_repeat_delay 500000
#define kb_default_key_repeat_rate 200
#define kb_settings_file "Keyboard_settings"
typedef struct {