summaryrefslogtreecommitdiff
path: root/synaptics.h
diff options
context:
space:
mode:
authorPeter Osterlund <petero2@telia.com>2004-04-12 01:50:07 +0200
committerPeter Osterlund <petero2@telia.com>2006-04-09 04:02:00 +0200
commitc1efdf9b3b76e03b4cb0809fddd0160c0c3f4d59 (patch)
tree606a11acdd6b4c2695a59382a238a216b5314ace /synaptics.h
parent5a3e05478ae3e641791031c241dc00eb43598726 (diff)
The PrintIdent() function doesn't need access to the whole
SynapticsPrivate struct.
Diffstat (limited to 'synaptics.h')
-rw-r--r--synaptics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/synaptics.h b/synaptics.h
index 0bcd948..553d878 100644
--- a/synaptics.h
+++ b/synaptics.h
@@ -201,7 +201,7 @@ static Bool SynapticsReadEvent(SynapticsPrivate *, struct input_event *);
static Bool SynapticsParseRawPacket(LocalDevicePtr, SynapticsPrivate *,
struct SynapticsHwState *);
static Bool SynapticsGetPacket(LocalDevicePtr, SynapticsPrivate *);
-static void PrintIdent(SynapticsPrivate *);
+static void PrintIdent(const synapticshw_t *);
#endif /* SYNAPTICS_PRIVATE */