summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-06-10 04:01:14 +0000
committerAdam Jackson <ajax@nwnk.net>2005-06-10 04:01:14 +0000
commitcf67142f46ec2f754f2b3347b21139b66b7167cf (patch)
tree59ea75c1eb426d8c348f7fde9c24abdeab0f5d81
parentb855e49cf845cf814fa1d8a9abcd65cb14356644 (diff)
downloadxorg-proto-xextproto-cf67142f46ec2f754f2b3347b21139b66b7167cf.tar.gz
-rw-r--r--shape.h1
-rw-r--r--shapestr.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/shape.h b/shape.h
index 1624d64..d173efe 100644
--- a/shape.h
+++ b/shape.h
@@ -50,6 +50,7 @@ in this Software without prior written authorization from The Open Group.
#define ShapeBounding 0
#define ShapeClip 1
+#define ShapeInput 2
#define ShapeNotifyMask (1L << 0)
#define ShapeNotify 0
diff --git a/shapestr.h b/shapestr.h
index d94eb1b..4742ba8 100644
--- a/shapestr.h
+++ b/shapestr.h
@@ -42,7 +42,7 @@ in this Software without prior written authorization from The Open Group.
#define SHAPENAME "SHAPE"
#define SHAPE_MAJOR_VERSION 1 /* current version numbers */
-#define SHAPE_MINOR_VERSION 0
+#define SHAPE_MINOR_VERSION 1
typedef struct _ShapeQueryVersion {
CARD8 reqType; /* always ShapeReqCode */