summaryrefslogtreecommitdiff
path: root/synaptics.h
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2003-01-02 00:35:15 +0100
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:00:51 +0200
commit1f4f3db66d995f9d5f24f5df14001773684f87ec (patch)
treed9e43825084c8db79f5fe39fe674b9b56146e7bf /synaptics.h
parent5ec7c7c229ad54f8884877c22d414165acfda415 (diff)
Lots of whitespace changes to reduce the diff compared to
official version 0.11.3.
Diffstat (limited to 'synaptics.h')
-rw-r--r--synaptics.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/synaptics.h b/synaptics.h
index f4ba388..c627786 100644
--- a/synaptics.h
+++ b/synaptics.h
@@ -8,12 +8,14 @@
#define SYNAPTICS_MOVE_HISTORY 5
#define SHM_SYNAPTICS 23947
-typedef struct _SynapticsTapRec {
+typedef struct _SynapticsTapRec
+{
int x, y;
unsigned int packet;
} SynapticsTapRec;
-typedef struct _SynapticsMoveHist {
+typedef struct _SynapticsMoveHist
+{
int x, y;
} SynapticsMoveHistRec;