summaryrefslogtreecommitdiff
path: root/src/synapticsstr.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2010-06-15 15:06:34 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2010-06-17 11:13:45 +1000
commit832dfd03bb3eb6b8291aba2b70fd0faf2e1976a5 (patch)
tree46d810c978de99e47a9b1d128b736388e92bb82a /src/synapticsstr.h
parent078bad1582d7fc9a77e00d131bb32bf9d69d2a42 (diff)
Reshuffle default value initialization.
No functional changes, just code structure. The eventcomm backened is the only one with a real probe function right now. So provide a default query proc that reads the touchpad coordinates in. The values provided are the ones that then will give us the right edge settings in concordance with the default we had before. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'src/synapticsstr.h')
-rw-r--r--src/synapticsstr.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/synapticsstr.h b/src/synapticsstr.h
index d123257..a63df23 100644
--- a/src/synapticsstr.h
+++ b/src/synapticsstr.h
@@ -237,4 +237,7 @@ typedef struct _SynapticsPrivateRec
enum TouchpadModel model; /* The detected model */
} SynapticsPrivate;
+
+extern void SynapticsDefaultDimensions(LocalDevicePtr local);
+
#endif /* _SYNAPTICSSTR_H_ */