summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */