From 2c2f38946df4c0cd0c7813507af57128a422bf74 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Fri, 27 Nov 2009 10:30:08 +0000 Subject: missing commit for mid-button emulation. --- include/ws-properties.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/ws-properties.h') 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" -- cgit v1.2.3