Bug #2799: Input shape. (Keith Packard)

This commit is contained in:
Adam Jackson 2005-06-10 04:01:14 +00:00
parent b855e49cf8
commit cf67142f46
2 changed files with 2 additions and 1 deletions

View file

@ -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

View file

@ -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 */