diff options
author | Matthieu Herrb <matthieu@openbsd.org> | 2009-11-27 10:30:08 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@openbsd.org> | 2009-11-27 10:30:08 +0000 |
commit | 2c2f38946df4c0cd0c7813507af57128a422bf74 (patch) | |
tree | 43a83c857432675997e0f9b8f5d621a571d57088 | |
parent | c61294269e5b293f8d56b1842a0530f08da46f8c (diff) |
missing commit for mid-button emulation.
-rw-r--r-- | include/ws-properties.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/ws-properties.h b/include/ws-properties.h index bdf6cbe..dd58eab 100644 --- a/include/ws-properties.h +++ b/include/ws-properties.h @@ -17,6 +17,12 @@ #ifndef _WS_PROPERTIES_H #define _WS_PROPERTIES_H +/* Middle mouse button emulation */ +/* BOOL */ +#define WS_PROP_MIDBUTTON "WS Pointer Middle Button Emulation" +/* CARD32 */ +#define WS_PROP_MIDBUTTON_TIMEOUT "WS Pointer Middle Button Timeout" + /* Run-time calibration */ /* CARD32, 4 values [minx, maxx, miny, maxy], or no values for unset */ #define WS_PROP_CALIBRATION "WS Pointer Axis Calibration" |