mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-07 20:08:26 +02:00
Bug #2799: Input shape. (Keith Packard)
This commit is contained in:
parent
b855e49cf8
commit
cf67142f46
2 changed files with 2 additions and 1 deletions
1
shape.h
1
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
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue