From 52e366d845163cdc1ffa8955d36914cd6b5f21f9 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 25 Feb 2008 16:51:31 +1030 Subject: [PATCH] Squash opcode range for MPX XI requests. This removes the opcode holes that were left by the excessive request removal of the last weeks. --- XIproto.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/XIproto.h b/XIproto.h index 9607b8b..4fd6bf9 100644 --- a/XIproto.h +++ b/XIproto.h @@ -168,12 +168,12 @@ struct tmask #define X_WarpDevicePointer 37 #define X_ChangeDeviceCursor 38 #define X_ChangeDeviceHierarchy 39 -#define X_ChangeWindowAccess 42 -#define X_QueryWindowAccess 43 -#define X_SetClientPointer 44 -#define X_GetClientPointer 45 -#define X_XiSelectEvent 47 -#define X_ExtendedGrabDevice 49 +#define X_ChangeWindowAccess 40 +#define X_QueryWindowAccess 41 +#define X_SetClientPointer 42 +#define X_GetClientPointer 43 +#define X_XiSelectEvent 44 +#define X_ExtendedGrabDevice 45 /********************************************************* * -- 2.7.4