diff options
author | Peter Osterlund <petero2@telia.com> | 2004-04-18 20:55:15 +0200 |
---|---|---|
committer | Peter Osterlund <petero2@telia.com> | 2006-04-09 04:02:13 +0200 |
commit | 70d8648301d81c9035799818e4d4e616256df0d3 (patch) | |
tree | 56891bed2a895f393a986a213a46a0053a83fdcb /synaptics.h | |
parent | ab2b8a2c4b5f23731c07648a866d8cc3799215ad (diff) |
Removed repeater from the shared memory segment. It's not
possible to share pointers between different address spaces.
Diffstat (limited to 'synaptics.h')
-rw-r--r-- | synaptics.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/synaptics.h b/synaptics.h index eb9d2f9..a796900 100644 --- a/synaptics.h +++ b/synaptics.h @@ -60,7 +60,6 @@ typedef struct _SynapticsSHM int edge_motion_max_speed; /* fastest setting for edge motion speed */ Bool edge_motion_use_always; /* If false, egde motion is used only when dragging */ - char* repeater; /* Repeater on or off */ Bool updown_button_scrolling; /* Up/Down-Button scrolling or middle/double-click */ Bool touchpad_off; /* Switches the Touchpad off*/ Bool locked_drags; /* Enable locked drags */ |