summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2008-02-25 16:51:31 +1030
committerPeter Hutterer <peter@cs.unisa.edu.au>2008-02-25 16:51:31 +1030
commit52e366d845163cdc1ffa8955d36914cd6b5f21f9 (patch)
treec4dd58e077a5be1a66ea7d8242dd0a6739747fb7
parent66ba434bc5c5fd343e558b758a7e0d61dcebb1c4 (diff)
Squash opcode range for MPX XI requests.
This removes the opcode holes that were left by the excessive request removal of the last weeks.
-rw-r--r--XIproto.h12
1 files 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
/*********************************************************
*