diff options
author | Peter Hutterer <peter.hutterer@redhat.com> | 2008-10-14 15:30:20 +1030 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@redhat.com> | 2008-10-14 17:18:07 +1030 |
commit | 4f80c0f2cb77b9a51ab27577c318469f7eaf1e15 (patch) | |
tree | cc1fcb4992f36fa6926b9e659a68cde40983cdb6 /include | |
parent | Document properties in man page. (diff) | |
download | xf86-input-evdev-4f80c0f2cb77b9a51ab27577c318469f7eaf1e15.tar.gz xf86-input-evdev-4f80c0f2cb77b9a51ab27577c318469f7eaf1e15.tar.bz2 xf86-input-evdev-4f80c0f2cb77b9a51ab27577c318469f7eaf1e15.zip |
Add property support for ReopenAttempts option.
(cherry picked from commit ff783fce65a63707555098759692b22147646263)
Diffstat (limited to 'include')
-rw-r--r-- | include/evdev-properties.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/evdev-properties.h b/include/evdev-properties.h index 6fdad53..b2b3f4b 100644 --- a/include/evdev-properties.h +++ b/include/evdev-properties.h @@ -54,4 +54,8 @@ /* BOOL, 2 values [x, y], 1 inverts axis */ #define EVDEV_PROP_INVERT_AXES "Evdev Axis Inversion" +/* Reopen attempts. */ +/* CARD8 */ +#define EVDEV_PROP_REOPEN "Evdev Reopen Attempts" + #endif |