summaryrefslogtreecommitdiff
path: root/synaptics.h
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2003-05-02 13:07:46 +0200
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:00:54 +0200
commit92b799709aa862d06f7b6c9ad9e3a36f88943078 (patch)
tree4f85ea74086cf0ef96342a96f614a2d2328999f5 /synaptics.h
parent87f83e25a119c53dd702a636a62a1e771d09766b (diff)
Remove shared memory segment when the X server terminates.
Made synclient behave better when the memory segment is not accessible or has the wrong size.
Diffstat (limited to 'synaptics.h')
-rw-r--r--synaptics.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/synaptics.h b/synaptics.h
index 0b1c3b7..409185b 100644
--- a/synaptics.h
+++ b/synaptics.h
@@ -73,6 +73,8 @@ typedef struct _SynapticsPrivateRec
Bool isSynaptics; /* Synaptics touchpad active */
Bool six_buttons; /* Use six button protocol */
+ Bool shm_config; /* True when shared memory area allocated */
+
/* Data for normal processing */
XISBuffer *buffer;
unsigned char protoBuf[6]; /* Buffer for Packet */