From cf67142f46ec2f754f2b3347b21139b66b7167cf Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 10 Jun 2005 04:01:14 +0000 Subject: Bug #2799: Input shape. (Keith Packard) --- shape.h | 1 + shapestr.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 */ -- cgit v1.2.1