stripped out comments because their license is unknown
removed unused definitions git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11726 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -12,10 +12,6 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
// keyboard settings info, as kept in settings file
|
||||
|
||||
|
||||
typedef struct {
|
||||
bigtime_t key_repeat_delay;
|
||||
int32 key_repeat_rate;
|
||||
@@ -23,12 +19,10 @@ typedef struct {
|
||||
|
||||
#define kb_settings_file "Keyboard_settings"
|
||||
|
||||
// mouse settings info
|
||||
|
||||
typedef struct {
|
||||
bool enabled; // Acceleration on / off
|
||||
int32 accel_factor; // accel factor: 256 = step by 1, 128 = step by 1/2
|
||||
int32 speed; // speed accelerator (1=1X, 2 = 2x)...
|
||||
bool enabled;
|
||||
int32 accel_factor;
|
||||
int32 speed;
|
||||
} mouse_accel;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user