diff options
Diffstat (limited to 'include/ws-properties.h')
-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" |