From 419a0f20746d9f3e8962ea3294568343d9877b2c Mon Sep 17 00:00:00 2001 From: Matthias Hopf Date: Fri, 28 Nov 2008 18:30:22 +0100 Subject: Panning protocol bits description --- randrproto.txt | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) diff --git a/randrproto.txt b/randrproto.txt index 5ebbcd9..d92b814 100644 --- a/randrproto.txt +++ b/randrproto.txt @@ -1963,6 +1963,61 @@ A.2.2 Protocol Requests added with version 1.3 4*cf FIXED current filter params └─── +┌─── + RRGetPanning + 1 CARD8 major opcode + 1 28 RandR opcode + 2 3 length + 4 CRTC crtc + 4 TIMESTAMP config-timestamp + ▶ + 1 1 Reply + 1 RRCONFIGSTATUS status + 2 CARD16 sequence number + 4 1 reply length + 4 TIMESTAMP timestamp + 2 CARD16 left + 2 CARD16 top + 2 CARD16 width + 2 CARD16 height + 2 CARD16 track_left + 2 CARD16 track_top + 2 CARD16 track_width + 2 CARD16 track_height + 2 INT16 border_left + 2 INT16 border_top + 2 INT16 border_right + 2 INT16 border_bottom +└─── +┌─── + RRSetPanning + 1 CARD8 major opcode + 1 29 RandR opcode + 2 10 length + 4 CRTC crtc + 4 TIMESTAMP timestamp + 4 TIMESTAMP config-timestamp + 2 CARD16 left + 2 CARD16 top + 2 CARD16 width + 2 CARD16 height + 2 CARD16 track_left + 2 CARD16 track_top + 2 CARD16 track_width + 2 CARD16 track_height + 2 INT16 border_left + 2 INT16 border_top + 2 INT16 border_right + 2 INT16 border_bottom + ▶ + 1 1 Reply + 1 RRCONFIGSTATUS status + 2 CARD16 sequence number + 4 0 reply length + 4 TIMESTAMP new timestamp + 20 unused +└─── + A.3 Protocol Events ┌─── -- cgit v1.2.3