diff options
author | Olivier Fourdan <ofourdan@redhat.com> | 2022-09-12 11:29:45 +0200 |
---|---|---|
committer | Olivier Fourdan <ofourdan@redhat.com> | 2022-09-12 11:29:45 +0200 |
commit | ae81c3c694b7cc0a810e55eb5d410dc8e7f55e21 (patch) | |
tree | 08041edfb27a6a14491eea57c2382153a9914d9a | |
parent | aa1543ef9d156ff5f41e31777310cb2f8bc92a92 (diff) | |
parent | 7e0ae1736d7fd5524883cef0353315df811f3d48 (diff) |
Merge branch 'off-by-one'
-rw-r--r-- | dri3proto.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dri3proto.txt b/dri3proto.txt index c267574..3f92756 100644 --- a/dri3proto.txt +++ b/dri3proto.txt @@ -623,7 +623,7 @@ A.2 Protocol Requests ┌─── DRI3GetSupportedModifiers 1 CARD8 major opcode - 1 7 DRI3 opcode + 1 6 DRI3 opcode 2 3 length 4 Window window 1 CARD8 depth @@ -645,7 +645,7 @@ A.2 Protocol Requests ┌─── DRI3PixmapFromBuffers 1 CARD8 major opcode - 1 8 DRI3 opcode + 1 7 DRI3 opcode 2 8 length 4 Pixmap pixmap 4 Window window @@ -672,7 +672,7 @@ A.2 Protocol Requests ┌─── DRI3BuffersFromPixmap 1 CARD8 major opcode - 1 9 DRI3 opcode + 1 8 DRI3 opcode 2 2 length 4 Pixmap pixmap ▶ @@ -696,7 +696,7 @@ A.2 Protocol Requests ┌─── DRI3SetDRMDeviceInUse 1 CARD8 major opcode - 1 10 DRI3 opcode + 1 9 DRI3 opcode 2 4 length 4 Window window 4 CARD32 drmMajor |