summaryrefslogtreecommitdiff
path: root/XIproto.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:48:42 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:48:42 +0000
commit4383a95e0bbc2f09394deefc453c2edd1c813d0f (patch)
tree8f2cee9343484639220b938927c08702793b8ed7 /XIproto.h
parent51468f1607f0b88576628c89e85d159afbb4628e (diff)
downloadxorg-proto-inputproto-4383a95e0bbc2f09394deefc453c2edd1c813d0f.tar.gz
Diffstat (limited to 'XIproto.h')
-rw-r--r--XIproto.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/XIproto.h b/XIproto.h
index f13d990..0dbe4d2 100644
--- a/XIproto.h
+++ b/XIproto.h
@@ -45,6 +45,7 @@ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
SOFTWARE.
********************************************************/
+/* $XFree86: xc/include/extensions/XIproto.h,v 1.5 2001/12/14 19:53:28 dawes Exp $ */
#ifndef _XIPROTO_H
#define _XIPROTO_H
@@ -1331,6 +1332,22 @@ typedef struct {
CARD8 pad1,pad2;
} xDeviceResolutionCtl;
+
+/* Merged from Metrolink tree for XINPUT stuff */
+
+typedef struct {
+ CARD16 control;
+ CARD16 length;
+ CARD32 min_x;
+ CARD32 max_x;
+ CARD32 min_y;
+ CARD32 max_y;
+ CARD32 button_threshold;
+} xDeviceTSCalibrationCtl;
+
+/* End of merged section */
+
+
/**********************************************************
*
* Input extension events.